Detect-It-Easy/db/PE/Break Into Pattern.2.sg
2014-06-01 23:42:39 +02:00

14 lines
276 B
Text

// DIE's signature file
init("protector","Break Into Pattern");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(PE.compareEP("E9$$$$$$$$EB14"))
{
sVersion="0.1";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}