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

14 lines
325 B
Text

// DIE's signature file
init("protector","Cruncher");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("2E........2E......B430CD213C0373..BB....8EDB8D......B409CD210633C050CB"))
{
sVersion="1.0";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}