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

14 lines
350 B
Text

// DIE's signature file
init("protector","ExeCode");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("E9....FA8CC302DF5033C02E........2E........8ED0BC....BE....B9....33FF2E............32DBB0..E664AC"))
{
sVersion="1.0";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}