JonathanSalwan / ROPgadget

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, MIPS, RISC-V 64, and RISC-V Compressed architectures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not an issue but a question on the project.

ytrezq opened this issue · comments

When buildings ropchains for shared objects, how does aslr is bypassed by your tool ?

Also, what does[-] Error - Can't find a writable sectionmeans.

ROPgadget doesn't seem to be fully compatible with Python 3 (despite there being some code trying to support it). Run it again with Python 2 and it should finish building the ROP chain for you.