Add PE:Denuvo protector

This commit is contained in:
horsicq 2014-11-11 16:15:49 +01:00
commit 32d2f8b63b
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,14 @@
// DIE's signature file
// Sent by ajax(11.11.2014)
init("protector","Denuvo protector");
function detect(bShowType,bShowVersion,bShowOptions)
{
if(PE.compareEP("488D0D........E9....FFFF000000000000"))
{
bDetected=1;
}
return result(bShowType,bShowVersion,bShowOptions);
}

View file

@ -0,0 +1,8 @@
Denuvo Anti-Tamper technology prevents the debugging,
reverse engineering and changing of executable files to
strengthen the security of games. It is not a DRM solution,
but rather, Denuvo Anti-tamper protects DRM solutions,
such as Origin Online Access or the Steam license management
system, from being circumvented.
Site: http://www.denuvo.com