sashs / Ropper

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.
https://scoding.de/ropper
BSD 3-Clause "New" or "Revised" License
1.87k stars 206 forks source link

Update help message for --ppr option #116

Closed rHermes closed 5 years ago

rHermes commented 5 years ago

The support for x86_64 has been removed in the code, but not in the help message. This fixes that.

sashs commented 5 years ago

Hi, thank you for the pull request. However, the help was correct. The bug was the removed ppr functionality for x86_64. This is fixed now.