参考链接 https://github.com/angr/pyvex
pip install pyvex 如果没有安装pip
首先sudo apt-get install python-pip
接下来执行 pip install pyvex
可能会报错 Package libffi nof found ..........
安装 libffi :sudo apt-get install libffi-dev
如果还有其他错误,请参考log ,自行改正。
转载请注明原文地址: https://ju.6miu.com/read-32335.html