this post was submitted on 24 Oct 2024
256 points (97.8% liked)

Technology

59116 readers
3532 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] rikudou@lemmings.world 211 points 1 week ago (2 children)

The cracks, they don't remove our protection. The cracks still have all our code in and all our code is executed. There is even more code on top of the cracked code - that is executing on top of our code, and causing even more stuff to be executed. So there is technically no way that the cracked version is faster than the uncracked version. That's simply a technical fact.

Going by that logic, there's simply no way that Denuvo does not hinder performance.

[–] rdri@lemmy.world 109 points 1 week ago (1 children)

That's also a lie. There is no way it would be impossible to remove the protection code (or parts of it) or make it not execute. That alone makes him a clown.

[–] CleoTheWizard@lemmy.world 54 points 1 week ago

Not to mention that some of the cracks are incredibly lightweight in the first place so even disabling a small amount of their code would improve things. Removing the encryption mechanisms alone works wonders.

[–] Hazzard@lemm.ee 7 points 1 week ago* (last edited 1 week ago)

Sounds like a CEO who doesn't have a damn clue how code works. His description sounds like he thinks every line of code takes the same amount of time to execute, as if x = 1; takes as long as calling an encryption/decryption function.

"Adding" code to bypass your encryption is obviously going to make things run way faster.