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

18 lines
348 B
Text

// DIE's signature file
init("protector","ActiveMark");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(PE.compareEP("8925........EB"))
{
bDetected=1;
}
else if(PE.compareOverlay("00'TMSAMVOH'"))
{
sVersion="5.X";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}