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

13 lines
289 B
Text

// DIE's signature file
init("protector","KGCrypt");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(PE.compareEP("E8........5D81ED........64A1........84C074..64A1........0BC074"))
{
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}