scriptk1d
scriptk1d
``` File ~/.local/lib/python3.12/site-packages/ropgadget/core.py:70, in Core.__getGadgets(self) 67 if not self.__checksBeforeManipulations(): 68 return False ---> 70 G = Gadgets(self.__binary, self.__options, self.__offset) 71 execSections = self.__binary.getExecSections() 73 # Find ROP/JOP/SYS gadgets File ~/.local/lib/python3.12/site-packages/ropgadget/gadgets.py:24,...
Thank you for the clarification! I understand that this issue is indeed a duplicate of [#202](https://github.com/JonathanSalwan/ROPgadget/issues/202). Let's look forward to the stable release of Capstone 6 and hope it addresses...