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

14 lines
314 B
Text

// DIE's signature file
init("protector","ABKprot");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("B430CD2186E03D....73..9C8CC0065B595153BA....87F256CF0E1F0E07"))
{
sVersion="1.0";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}