-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Chase Kanipe edited this page Jun 13, 2020
·
2 revisions
This installation is a a bit of a hack, a more elegant one is coming soon.
sudo apt-get install python3-dev libffi-dev build-essential virtualenvwrapper
pip3 install angr termcolor tabulate
git clone https://github.com/chase1635321/Modality ~/Modality
And add the following lines to your .bashrc
alias radare2='radare2 -i ~/Modality'
alias r2='r2 -i ~/Modality'
export PYTHONPATH= ~/Modality/src:$PYTHONPATH