Detect-It-Easy/db/MSDOS/MESS.2.sg
hypn0chka f3d80e3bb0 Update
2014-07-15 21:37:55 +06:00

19 lines
513 B
Text

// DIE's signature file
init("protector","MESS");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("....................B9....F3..ACE3..EB..BA....B409CD21CD20..............................B430CD213C0277"))
{
sVersion="1.07";
bDetected=1;
}
else if(MSDOS.compareEP("........FAB9....F326ACE3..EB$$1E0E1FBA....81EA....B409CD211FB44CCD21"))
{
sVersion="1.20";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}