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

14 lines
316 B
Text

// DIE's signature file
init("protector","PEnguinCrypt");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(PE.compareEP("B8........55506764FF360000676489260000BD4B484342B804000000CC"))
{
sVersion="1.0";
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}