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

20 lines
395 B
Text

// DIE's signature file
init("protector","DNGuard");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(PE.isNET())
{
if(PE.isNETStringPresent("ZYXDNGuarder"))
{
bDetected=1;
}
else if(PE.isNETStringPresent("HVMRuntm.dll"))
{
bDetected=1;
}
}
return result(bShowType,bShowVersion,bShowOptions);
}