在virtualenv中安装angr
bash
sudo apt-get install python-dev libffi-dev build-essential |
在.zshrc中添加(或.bash_profile)
bash
export WORKON_HOME=~/.virtualenvs |
保存后执行
source ~/.zshrc
bash
# 创建虚拟环境 |
python3打开终端,import angr测试发现安装成功
安装deflat.py
github地址如下
usage
python3 deflat.py -f binary-path --addr address