VirusTotal / yara-python

The Python interface for YARA
http://virustotal.github.io/yara/
Apache License 2.0
646 stars 179 forks source link

fix: Use YR_SCANNER object for scanning #190

Closed secDre4mer closed 2 years ago

secDre4mer commented 2 years ago

rules.Match currently has an innate race condition when using external variables. To avoid this, use a YR_SCANNER.