We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43de894 + 1946523 commit 0fd0b6fCopy full SHA for 0fd0b6f
support/yara_patterns/tools/pe/x86/packers.yara
@@ -16747,28 +16747,6 @@ rule visual_protect_uv {
16747
$1 at pe.entry_point
16748
}
16749
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
16763
16764
16765
- pattern = "68????????E8??????FF"
16766
16767
- $1 = { 68 ?? ?? ?? ?? E8 ?? ?? ?? FF }
16768
16769
16770
16771
16772
rule vmprotect_07x_08 {
16773
meta:
16774
tool = "P"
0 commit comments