Display information about files in different file formats and find gadgets to build rop chains for different architectures (x86/x86_64, ARM/ARM64, MIPS, PowerPC, SPARC64). For disassembly ropper uses the awesome Capstone Framework.
❯ ropper --version
Version: Ropper 1.13.3
Author: Sascha Schirra
Website: http://scoding.de/ropper
There's a "pop rbp" gadget at address 0x0040081f, but "search pop rbp" does not show it.
Interestingly enough, "search nop" returns the gadget at address 0x0040081e which includes the "pop rbp" gadget. Also, it is listed in the gadgets list.
I can also provide the binary if it's necessary.
❯ ropper --version Version: Ropper 1.13.3 Author: Sascha Schirra Website: http://scoding.de/ropper There's a "pop rbp" gadget at address 0x0040081f, but "search pop rbp" does not show it. Interestingly enough, "search nop" returns the gadget at address 0x0040081e which includes the "pop rbp" gadget. Also, it is listed in the gadgets list. I can also provide the binary if it's necessary.