Introduction
angrop comes with a command-line tool calledangrop-cli for easy day-to-day ROP gadget finding and chain building.
The CLI provides basic gadget finding and chaining capabilities, including:
- Finding
system/execvechains - Invoking specific functions with controlled arguments
- Dumping all gadgets from a binary
Basic Usage
The CLI follows this pattern:Available Commands
angrop-cli provides two main commands:- dump - Find and list all ROP gadgets in a binary
- chain - Build ROP chains for specific targets (execve, system, function calls)
Installation
Theangrop-cli command is automatically installed as a console script when you install angrop: