Michael Kudler
Results
1
issues of
Michael Kudler
The latest version of yara-python is unable to compile rules with pe.imphash(): ```python # reproduce.py import yara print(yara.YARA_VERSION) rule = yara.compile(source='import "pe" rule my_imphash {condition: pe.imphash()=="eecc824da5b175f530705611127a6b41"}') ``` ```shell $ python3...