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

14 lines
275 B
Text

// DIE's signature file
init("protector","CodeSafe");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(PE.compareEP("83EC10535657E8C40100",23))
{
sVersion="2.0";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}