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

Fix opcode and memstr options for python3. #147

Closed nurmukhametov closed 5 years ago

nurmukhametov commented 5 years ago

Now they should work both correctly under python2 and python3

Fix AttributeError of #146 issue.