Skip to content

Commit 0fd0b6f

Browse files
authored
Merge pull request #778 from avast/bug-vmprotect-too-broad-patterns
Remove too broad YARA rules for VMProtect packer detection.
2 parents 43de894 + 1946523 commit 0fd0b6f

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

support/yara_patterns/tools/pe/x86/packers.yara

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -16747,28 +16747,6 @@ rule visual_protect_uv {
1674716747
$1 at pe.entry_point
1674816748
}
1674916749

16750-
rule vmprotect_uv_01 {
16751-
meta:
16752-
tool = "P"
16753-
name = "VMProtect"
16754-
pattern = "68????????E8??????00"
16755-
strings:
16756-
$1 = { 68 ?? ?? ?? ?? E8 ?? ?? ?? 00 }
16757-
condition:
16758-
$1 at pe.entry_point
16759-
}
16760-
16761-
rule vmprotect_uv_02 {
16762-
meta:
16763-
tool = "P"
16764-
name = "VMProtect"
16765-
pattern = "68????????E8??????FF"
16766-
strings:
16767-
$1 = { 68 ?? ?? ?? ?? E8 ?? ?? ?? FF }
16768-
condition:
16769-
$1 at pe.entry_point
16770-
}
16771-
1677216750
rule vmprotect_07x_08 {
1677316751
meta:
1677416752
tool = "P"

0 commit comments

Comments
 (0)