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

19 lines
445 B
Text

// DIE's signature file
init("protector","EP");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(PE.compareEP("5083C0178BF09733C033C9B124AC86C4ACAA86C4AAE2F600B8400003003C40D2338B661450708B8D3402448B1810487003BA"))
{
sVersion="1.0";
bDetected=1;
}
else if(PE.compareEP("6A..60E90101"))
{
sVersion="2.0";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}