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.
Other
3.97k stars 557 forks source link

Add 64-bit POWER support #180

Closed pkubaj closed 2 years ago

pkubaj commented 2 years ago

Basic testing with --binary /bin/sh looks ok.

SweetVishnya commented 2 years ago

Thanks! Can you add a ppc64 test?

SweetVishnya commented 2 years ago

I merged it in master. If you find time to add power64 tests, feel free to open a new PR.