- Python 3.10 or higher with pipx or pip
- radare2
- 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
- Install the radare2 plugin
curl -o ~/.local/share/radare2/plugins/r2plugin.py https://raw.githubusercontent.com/nitanmarcel/r2agent/refs/heads/main/r2plugin.py
- Run r2agent
r2a -c to generate the default config.yaml
- Update your config to your liking. See [configuration][./configuration.md]