Detect-It-Easy/db/PE/CodeCrypter.2.sg
horsicq c140e3e3fe Fix
2020-09-07 00:40:53 +02:00

14 lines
312 B
Text

// DIE's signature file
init("protector","CodeCrypter");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(PE.compareEP("5058535B90BB........FFE390CCCCCC558BEC5DC3"))
{
sVersion="0.31";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}