False Positive Reduction

This commit is contained in:
Florian Roth 2017-12-19 01:36:08 +01:00
parent 33560d9876
commit e58a67f5ad

View File

@ -41,8 +41,8 @@ strings:
$a11="ork error" ascii fullword
condition:
// Change from "any of them" to 3 of them due to false positives with Nvidia drivers
3 of ($a*)
// Added filesize due to false positives with Nvidia drivers in process memory
filesize < 5000KB and 3 of ($a*)
}