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

14 lines
308 B
Text

// DIE's signature file
init("packer","ASDPack");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(PE.compareEP("8B442404565753E8CD010000C30000000000000000000000000010000000"))
{
sVersion="2.0";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}