Closed themullinator closed 4 years ago
yara-python was throwing a few syntax errors - added $ to each of the strings and changed $gopath from plural to singular in the condition. Rule compiles successfully now with both the yara 3.4.0 binary and yara-python 3.8.0
yara-python
$
$gopath
Thank you for this! Slipped past me between testing locally and the commit :D
yara-python
was throwing a few syntax errors - added$
to each of the strings and changed$gopath
from plural to singular in the condition. Rule compiles successfully now with both the yara 3.4.0 binary and yara-python 3.8.0