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

14 lines
307 B
Text

// DIE's signature file
init("protector","AEP");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("E8....E4212E......33C08BD85DB9....50B8....E6210FA9E6..53"))
{
sVersion="1.00";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}