- https://github.com/radareorg/radare2
- summary on GitHub Pages
- install dependencies
sudo apt-get install graphviz graphviz-dev
virtualenv --python="/usr/bin/python3.8" "env"
source env/bin/activate
python3 -m pip install -r requirements.txt
- install Radare2
- using release 5.8.8
- https://github.com/radareorg/radare2/releases/tag/5.8.8
- to install the pre-commit hook:
pre-commit install
- to run tests:
pre-commit run