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

14 lines
283 B
Text

// DIE's signature file
init("protector","Ciphator");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(MSDOS.compareEP("9393E8....586A000E68....CFEB"))
{
sVersion="4.6";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}