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.

Home Page:http://www.shell-storm.org/project/ROPgadget/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Error] ROPMaker.__handlerArch - Arch not supported yet for the rop chain generation

norey opened this issue · comments

commented
$ ROPgadget --binary dbghelp.dll --badbytes "00|08|0d|20" --ropchain
...
...
Unique gadgets found: 12635

[Error] ROPMaker.__handlerArch - Arch not supported yet for the rop chain generation
$ ROPgadget -v
Version:        ROPgadget v5.9
Author:         Jonathan Salwan
Author page:    https://twitter.com/JonathanSalwan
Project page:   http://shell-storm.org/project/ROPgadget/

dbghelp.dll.zip

This is an x86 binary. Attached.

The error message can be misleading in this case. Actually, the rop chain generation supported only for Linux (both x86 and x86-64).