mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
Add PE:Denuvo protector
This commit is contained in:
parent
af5e29fe78
commit
32d2f8b63b
2 changed files with 22 additions and 0 deletions
14
db/PE/Denuvo protector.2.sg
Normal file
14
db/PE/Denuvo protector.2.sg
Normal 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);
|
||||
}
|
||||
8
info/Denuvo protector.html
Normal file
8
info/Denuvo protector.html
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue