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

14 lines
305 B
Text

// DIE's signature file
init("protector","MEGALITE");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("B8....BA....05....3B2D73..72..B409BA....CD21CD90"))
{
sVersion="1.20a";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}