For the curious, there's a running tally of which Denuvo games have or haven't been cracked over on Reddit: https://old.reddit.com/r/CrackWatch/comments/p9ak4n/crack_wa... Currently not a single Denuvo game released during 2024 has been cracked, and more games released during 2023 remain uncracked than those that were. It's actually pretty effective unlike most other PC DRM schemes.
I was going to say Lies of P was cracked, but turns out they just removed it from their game. It was up on piracy sites the same day. I wonder why this happens? Does Denuvo cost a lot of ongoing subscription money for a developer or something? I’ve noticed this happens a decent amount.
Bypassing Denuvo in Hogwarts Legacy
21–30 of 105 posts
Re: Bypassing Denuvo in Hogwarts Legacy
#22Re: Bypassing Denuvo in Hogwarts Legacy
#23Earlier quoted context omitted.
Every graph I’ve ever seen of video game sales from people who distribute via Steam etc typically has an initial spike if they caught on and got featured, and then a few spikes for things like holiday sales. Maybe the devs of the game you mentioned decided that after the initial spike had passed, and they are in a long tail period, it is cheaper to remove Denuvo. Or they just used Denuvo to protect the game during ea…
Also "X removes DRM" is an opportunity for a news cycle that could result in new sales.
Re: Bypassing Denuvo in Hogwarts Legacy
#24Is the game installed encrypted? What encryption schema allows you to decrypt the same set of data using multiple different keys in this way?
If the game isn't installed encrypted it seems easiest just to not allow it to encrypt itself before running.
Re: Bypassing Denuvo in Hogwarts Legacy
#25Re: Bypassing Denuvo in Hogwarts Legacy
#26I'm really disappointed this doesn't include technical details, especially the bit about "The game can not run without the token, as it is used to e.g. decrypt certain values at runtime and similar things." Is the game installed encrypted? What encryption schema allows you to decrypt the same set of data using multiple different keys in this way? If the game isn't installed encrypted it seems easiest just to not allo…
Re: Bypassing Denuvo in Hogwarts Legacy
#27For the curious, there's a running tally of which Denuvo games have or haven't been cracked over on Reddit: https://old.reddit.com/r/CrackWatch/comments/p9ak4n/crack_wa... Currently not a single Denuvo game released during 2024 has been cracked, and more games released during 2023 remain uncracked than those that were. It's actually pretty effective unlike most other PC DRM schemes.
I was going to say Lies of P was cracked, but turns out they just removed it from their game. It was up on piracy sites the same day. I wonder why this happens? Does Denuvo cost a lot of ongoing subscription money for a developer or something? I’ve noticed this happens a decent amount.
Re: Bypassing Denuvo in Hogwarts Legacy
#28And Denuvo will be why I pirate it, should I get tired of waiting for the vendor to remove that crap.
Re: Bypassing Denuvo in Hogwarts Legacy
#29The performance impact Denuvo is known for is not due to the license checks, it is due to running parts of the game in a custom vm. Hogwarts Legacy is new enough that they might be taking a different approach entirely after the whole vmprotect controversy
[0] https://www.pcgamer.com/bethesda-accidentally-left-a-denuvo-...
Re: Bypassing Denuvo in Hogwarts Legacy
#30I'm really disappointed this doesn't include technical details, especially the bit about "The game can not run without the token, as it is used to e.g. decrypt certain values at runtime and similar things." Is the game installed encrypted? What encryption schema allows you to decrypt the same set of data using multiple different keys in this way? If the game isn't installed encrypted it seems easiest just to not allo…
My vague understanding is that Denuvo generates many redundant diverging paths through the executable, which are chosen at runtime based on pieces of the users hardware signature. The keys you get from the server only work for the paths your hardware is supposed to follow, so if you take those keys to a different machine it will branch in different ways and crash when it's not able to decrypt that path. That redundan…