// what it is
Description
Jonathan Salwan's gadget search tool. Scans a binary and lists all usable ROP gadgets — sequences ending in `ret` (or similar) that can be chained into shellcode-equivalent behavior.
// use cases
What people use it for
- ROP chain construction
- Binary exploitation
// commands
The commands you'll type
List gadgets
$ ROPgadget --binary ./vulnROP chain to /bin/sh
$ ROPgadget --binary ./vuln --ropchain