polymorf / findcrypt-yara

IDA pro plugin to find crypto constants (and more)
BSD 3-Clause "New" or "Revised" License
1.33k stars 232 forks source link

yara.libyara_wrapper.YaraSyntaxError: C:\Program Files\IDA7.5\plugins\findcrypt3.rules:1542: syntax error, unexpected _STRINGS_, expecting $end or _RULE_ or _PRIVATE_ or _GLOBAL_ #34

Closed 0xjacklove closed 2 years ago

0xjacklove commented 3 years ago

ida 7.5 I got this error yara.libyara_wrapper.YaraSyntaxError: C:\Program Files\IDA7.5\plugins\findcrypt3.rules:1542: syntax error, unexpected STRINGS, expecting $end or RULE or PRIVATE or GLOBAL image

If i delete this rule,this plugin can run normally

Aholicknight commented 2 years ago

image im having the same problem

cnitlrt commented 2 years ago

try

pip uninstall yara 
pip install yara-python

yara-python and yara are incompatible

Aholicknight commented 2 years ago

try

pip uninstall yara 
pip install yara-python

yara-python and yara are incompatible

this works @cnitlrt thank you

numb666666 commented 1 year ago

try

pip uninstall yara 
pip install yara-python

yara-python and yara are incompatible

oops, it bothered me the whole day, thanks!