Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

r2agent setup

Requirements

  • Python 3.10 or higher with pipx or pip
  • radare2

Installation

  1. Install the latest r2agent release with pip or pipx pipx install git+https://github.com/nitanmarcel/r2agent.git@main
    • for dev builds install r2agent with pip or pipx pipx install git+https://github.com/nitanmarcel/r2agent.git@dev
  2. Install the radare2 plugin curl -o ~/.local/share/radare2/plugins/r2plugin.py https://raw.githubusercontent.com/nitanmarcel/r2agent/refs/heads/main/r2plugin.py
  3. Run r2agent r2a -c to generate the default config.yaml
  4. Update your config to your liking. See [configuration][./configuration.md]