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

14 lines
307 B
Text

// DIE's signature file
init("protector","CrypteXeC");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("FD25....E8....3EBA....EC0C..26EE..B9....5151..87C9"))
{
sVersion="1.01";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}