Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion packers/packer.yar
Original file line number Diff line number Diff line change
Expand Up @@ -17191,6 +17191,8 @@ condition:
}


/* false positive - https://www.zscaler.com/blogs/research/your-windows-8-packed

rule Armadillov1xxv2xx
{
meta:
Expand All @@ -17200,7 +17202,7 @@ strings:

condition:
$a0 at pe.entry_point
}
}*/


rule HACKSTOPv111c
Expand Down
6 changes: 4 additions & 2 deletions packers/peid.yar
Original file line number Diff line number Diff line change
Expand Up @@ -5928,14 +5928,15 @@ rule Armadillo_v310: PEiD

}

/* false positive - https://www.zscaler.com/blogs/research/your-windows-8-packed
rule Armadillo_v1xx_v2xx_additional: PEiD
{
strings:
$a = { 55 8B EC 53 8B 5D 08 56 8B 75 0C 57 8B 7D 10 85 F6 }
condition:
$a at pe.entry_point

}
}*/

rule DOS32_v33_DOS_Extender_and_Loader_Hint_DOS_EP: PEiD
{
Expand Down Expand Up @@ -39949,14 +39950,15 @@ rule MCLOCK_13: PEiD

}

/* false positive - https://www.zscaler.com/blogs/research/your-windows-8-packed
rule Armadillo_v1xx_v2xx: PEiD
{
strings:
$a = { 55 8B EC 53 8B 5D 08 56 8B 75 0C 57 8B 7D 10 85 F6 }
condition:
$a at pe.entry_point

}
}*/

rule Lattice_C_v101: PEiD
{
Expand Down