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.96k
stars
557
forks
source link
add option to disable text output during analysis #152
Hi,
I added a
--silent
option which disables printing during analysis. The flag is off by default in order to keep the current behaviour.This is handy when integrating ropgadget into my own scripts in a programmatic manner to not clutter the output.