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

14 lines
299 B
Text

// DIE's signature file
init("protector","JAM");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("50061607BE....8BFEB9....FDFAF32EA5FB06BD....55CB"))
{
sVersion="2.11";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}