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

14 lines
275 B
Text

// DIE's signature file
init("protector","CryExe");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("E9....E9....31EDEB..F5"))
{
sVersion="4.0";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}