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

14 lines
298 B
Text

// DIE's signature file
init("protector","cramble");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("E9....609CFC..................01..012A..FF"))
{
sVersion="0.2b3";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}