Sneed-Reactivity/yara-mikesxrs/patrickrolsen/dark_edition.yar
Sam Sneed 08e8d462fe OMG ISTG PLS WORK
RED PILL 🔴 💊
2024-07-25 12:43:35 -05:00

12 lines
No EOL
200 B
Text

rule dark_edition
{
meta:
author = "@patrickrolsen"
maltype = "EXE"
version = "0.1"
reference = "Dark Edition"
strings:
$s1 = "[ Dark Edition ]" wide
condition:
uint16(0) == 0x5A4D and $s1
}