This tool lets you search your gadgets on your binaries to facilitate your ROP exploitation. ROPgadget supports ELF, PE and Mach-O format on x86, x64, ARM, ARM64, PowerPC, SPARC and MIPS architectures.
-
Updated
Jan 21, 2021 - Python


Current ROP and JOP engines are just sample code that performs a linear search in the disassembly looking for matching instructions.
These engines must be replaced. We could integrate current existing engines built atop of capstone (like other rop-finding tools, for example) or just program one that is good using capstone.