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

11 lines
No EOL
279 B
Text

rule _Armadillo_v171
{
meta:
Author = "malwarecookbook"
description = "Armadillo v1.71"
reference = "https://malwarecookbook.googlecode.com/svn-history/r5/trunk/3/4/packer.yara"
strings:
$0 = {55 8B EC 6A FF 68 ?? ?? ?? ?? 68 ?? ?? ?? ?? 64 A1}
condition:
$0 at entrypoint
}