Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgrunzweig/dae85fa3ce76e920df3ffdf20e5d24df to your computer and use it in GitHub Desktop.
Save jgrunzweig/dae85fa3ce76e920df3ffdf20e5d24df to your computer and use it in GitHub Desktop.
Download yara
https://github.com/virustotal/yara/releases/tag/v3.10.0 (or similar URL)
Install yara
./bootstrap.sh
./configure --enable-cuckoo --enable-magic --enable-dotnet
make
sudo make install
Download yara-python via
git clone --recursive https://github.com/plusvic/yara-python
Build from source enabling dynamic-linking
python setup.py build --dynamic-linking && sudo python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment