Examples (5)
List gadgets in the binary file
ROPgadget --binary path/to/binaryFilter gadgets in the binary file by a `regex`
ROPgadget --binary path/to/binary --re regexList gadgets in the binary file, excluding specified type
ROPgadget --binary path/to/binary --norop|nojob|nosysExclude bad byte gadgets in the binary file
ROPgadget --binary path/to/binary --badbytes byte_stringList gadgets up to the specified number of bytes in the binary file
ROPgadget --binary path/to/binary --depth nbytemade by @shridhargupta | data from tldr-pages