xoreaxeaxeax / sandsifter

The x86 processor fuzzer
BSD 3-Clause "New" or "Revised" License
4.89k stars 350 forks source link

sudo make install on capstone-master/bindings/python doesn't work.... #34

Closed Azaretdodo closed 7 years ago

Azaretdodo commented 7 years ago

Hello dear IT worker,

"sudo make install" on capstone-master/bindings/python doesn't work.... "Make" works but "sudo make install" doesn't works After I tried the sandsifter-master command line with the same error for sifter.py ...

Thank you in advance to answer my asks,

Best regards.

capture du 2017-08-07 12-05-25

Azaretdodo commented 7 years ago

The error code for command line sandsifter-master :

dorianrosse@dorianrosse-ThinkPad-T43:~/sandsifter-master$ sudo ./sifter.py --unk --dis --len --sync --tick -- -P1 -t Traceback (most recent call last): File "./sifter.py", line 16, in from capstone import * ImportError: No module named capstone dorianrosse@dorianrosse-ThinkPad-T43:~/sandsifter-master$

Azaretdodo commented 7 years ago

I have already the libcapstone3 and libcapstone-dev on the last version !

xoreaxeaxeax commented 7 years ago

It looks like you may need to "sudo apt-get install python-pip". However, building from source should not be necessary, it should be sufficient to apt-get install libcapstone-dev. In the future, Capstone specific issues should be opened with the Capstone project instead of the sandsifter project.

Azaretdodo commented 7 years ago

I am happy because now sandsifter work the CPU stress :D

Azaretdodo commented 7 years ago

The stress found some error but I will send when the stress is finished the log of the stress but there are some repair for the CPU ?

abignail commented 6 years ago

there is no repair for the CPU actually