-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
Hello.
I have created a python script to integrate the rules if this repository and running them on some samples.
I already changed the relative path of the "index.yar" as it shown [VirusTotal/yara-python/issues/112] with the absolute path.
However, when I run the script I got another error:
yara.SyntaxError: rules/rules-master/malware/MALW_Torte_ELF.yar(31): undefined identifier "is__elf"
I saw this error in another issue #323, but to me does not work.
From what I've understood, the script can include the rules "000_common_rules.yar" (otherwise it would return an error), so it should work.
Desktop:
- OS: [Ubuntu]
- Version [22.04.1 LTS]
- Yara version [4.1.3]
- Yara - python version [4.2.3]