Re: problem compiling yara rules downloaded from yara-rules repository also doing this in Python2.7 using yara-python

2018-02-05 Thread Wesley Shields
The first one is because you don't have the androguard module compiled. The second one is because you don't have the cuckoo module compiled. The androguard requirement, which isn't part of YARA (yet?), is documented in their README. The cuckoo module can be enabled with ./configure

problem compiling yara rules downloaded from yara-rules repository also doing this in Python2.7 using yara-python

2018-02-04 Thread Yash Patel
these are the errors I'm getting