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

17 lines
390 B
Text

// DIE's signature file
init("protector","AcidCrypt");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(PE.compareEP("60B9........BA........BE........0238404E75FA8BC28A1832DFC0CB"))
{
bDetected=1;
}
else if(PE.compareEP("BE........0238404E75FA8BC28A1832DFC0CB"))
{
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}