this post was submitted on 04 Apr 2026
244 points (99.2% liked)

Technology

83502 readers
3401 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 news or articles.
  3. Be excellent to each other!
  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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] SpikesOtherDog@ani.social 32 points 2 days ago (3 children)

SAAS. You never install the entire application. Large parts of the engine never run locally.

[–] mlg@lemmy.world 6 points 1 day ago

I think Denuvo technically does a little bit of this.

I forgot the exact details, but one of the keys that's used to unscramble the bytecode has to be downloaded from their registry server on first launch.

But after that, it's not required.

[–] Cethin@lemmy.zip 4 points 1 day ago (2 children)

Although that still never totally protects it. I've seen a fair few number of passionate game communities bring online-only games back from the dead by reverse engineering the server architecture. It's a lot of work, but if you know how the software is supposed to function then you can write the other half of the software that gives the response to make that work.

[–] SpikesOtherDog@ani.social 4 points 1 day ago (1 children)

Yeah, I can see that. I'm thinking of streaming assets and code on demand, similar to how an optical disk works. It's a terrible waste of resources, and they can be grabbed if they are not cryptographically secured.

[–] Cethin@lemmy.zip 2 points 1 day ago

Even that, a dedicated player can capture it. If it has to be rendered on the device then they have access to the assets.

[–] Dnb@lemmy.dbzer0.com 2 points 1 day ago (1 children)

City of heroes is a big example

[–] Mondez 3 points 1 day ago

The original code for that was leaked, most if not all replacement servers run that code, not reverse engineered code.

[–] frongt@lemmy.zip 7 points 2 days ago (1 children)

Or use the cloud gaming approach and just stream the video, no local engine at all!

[–] SpikesOtherDog@ani.social 5 points 1 day ago (1 children)

That would protect the IP, but the response time is terrible. Pinging Google.com I get a response time of about 80 ms. At that delay, everything would feel spongy and laggy.

[–] frongt@lemmy.zip 9 points 1 day ago

If they cared about your experience they wouldn't be using intrusive DRM at all.