viper-framework / viper

Binary analysis and management framework
Other
1.54k stars 353 forks source link

pydeep on macOS #778

Closed peasead closed 4 years ago

peasead commented 4 years ago

I was installing this on macOS and ran into issues installing pydeep after running pip3 install viper-framework. This is a well-known issue with pydeep not finding libssdeep and its headers (fuzzy.h).

I wanted to drop a note in the event any wayward Internet searcher runs into this and doesn't know what to do next.

To fix this, you can install ssdeep with Brew to get libssdeep.

brew install ssdeep
sudo -H pip3 install viper-framework