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

Support PowerPC architecture for MachO binaries #183

Closed hamarituc closed 2 years ago

hamarituc commented 2 years ago

This PR adds support for analyzing MachO binaries for PowerPC machines.

SweetVishnya commented 2 years ago

Thx!