yara-python icon indicating copy to clipboard operation
yara-python copied to clipboard

Add --with-crypto Yara build option

Open CalebFenton opened this issue 9 years ago • 2 comments

Yara-python build should also accept --with-crypto option in addition to other yara build configuration options like --enable-cuckoo.

CalebFenton avatar Aug 24 '16 17:08 CalebFenton

Relates to: https://github.com/VirusTotal/yara-python/issues/28

edeca avatar Dec 20 '16 17:12 edeca

git clone --recursive [email protected]:VirusTotal/yara-python.git
python setup.py build --dynamic-linking
python setup.py install

utkonos avatar Oct 17 '21 20:10 utkonos