defect-mining icon indicating copy to clipboard operation
defect-mining copied to clipboard

搭建不起来,想测试一下

Open finger8603 opened this issue 7 years ago • 1 comments

希望能给出搭建方法~~

finger8603 avatar Mar 25 '19 09:03 finger8603

我的环境是ubuntu 16 python2.7,执行了setup,运行run的时候,有两个错误,一个是angr的错误:angr.analyses.disassembly_utils | Your verison of capstone does not support MIPS instruction groups. 然后我重装了capstone版本,这个错误就消失了,sudo pip install capstone==4.0.0,还有一个错误:ImportError: No module named procedures.cgc.receive,我试了试,这个from simuvex.procedures.cgc.receive import receive,那应该是simuvex的问题,但是如果用pip重装的话,就会导致angr依赖capstone就会回滚到之前报错的版本,我也用docker 和virtualenv装过angr,貌似都没用~ 希望能给出具体的搭建办法或者debug办法。

finger8603 avatar Mar 26 '19 01:03 finger8603