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

See badbytes in console #108

Closed disconnect3d closed 5 years ago

disconnect3d commented 5 years ago

Hey,

It would be nice to have a feature to see which badbytes are set in the interactive console.

At first I thought that just badbytes will do it, but it cleared them instead :P.

sashs commented 5 years ago

Hi,

this is possible. You can use the command settings to show all settings, including badbytes. If you want to change the settings you can use the command settings <name of setting> <value>.

disconnect3d commented 5 years ago

Hey,

Good to know, thanks :).