xoreaxeaxeax / sandsifter

The x86 processor fuzzer

Repository from Github https://github.comxoreaxeaxeax/sandsifterRepository from Github https://github.comxoreaxeaxeax/sandsifter

injector.c:65:11: fatal error : capstone/capstone.h: No such file or directory

st-fresh opened this issue · comments

On ubuntu and within sandsifter-master dir using make and getting this error
I need to rebuild capstone?

repeating these fixed it
sudo apt-get install libcapstone3 libcapstone-dev
sudo pip install capstone