Technology
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- 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.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
Am still not playing any Video Game with Denuvo.
(I only play games with Steam's DRM)
SkidrowReloaded
RepacksLab
Fitgirl Repacks
ElAmigos
For sure but I’m not doing hypervisor. That shit is dumb.
True, but I don't think I'd mind it I had a windows pc that I used like a game console and for nothing else. Obviously it's way more invasive, but game piracy is pretty risky in the first place.
Though I already gave up games that won't work on Linux, and am quite content with that so far. But if I was still determined to play pirated windows games, it would be a dedicated vlan-isolated machine which I always presume to be compromised; in that case, a hypervisor isn't that big of an ask.
thanks for the sites ig
On the one hand software freedom.
On the other this has me thinking about how fascinating this problem is from academic standpoint.
How can you ensure software can ONLY run on the machines you allow? Even if the user has ring 0 access?
Is it mathematically impossible to achieve?
SAAS. You never install the entire application. Large parts of the engine never run locally.
Or use the cloud gaming approach and just stream the video, no local engine at all!
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.
If they cared about your experience they wouldn't be using intrusive DRM at all.
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.
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.
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.
Even that, a dedicated player can capture it. If it has to be rendered on the device then they have access to the assets.
City of heroes is a big example
The original code for that was leaked, most if not all replacement servers run that code, not reverse engineered code.
It's totally possible to achieve. TPM is the desktop equivalent of the technology that runs on your cellphone to have apps detect if you have an unlocked bootloader or root. It's the same technology prevents your favorite concole (ie: switch 2, ect) from running pirated games.
This improved security does come at a price: we/the users are the enemy and cannot be trusted. This means modifying your system will be prohibited and we (the consumer) will have to trust that Big Tech has our best interests in mind. /s
What's preventing spoofing this with a fake implementation?
To expand on this a bit:
It's all built on top of the concept of "a chain of trust", starting at the hardware level.
(as mentioned) TPM is a chip that'll store encryption keys at a hardware level and retrieval of these keys can only happen if the hardware is unmodified.
I assume that part of this key is derived from aspects of your OS (ie: all device drivers are signed by MS).
The OS will fetch this key, if it's valid - the OS knows that the hardware is untampered, it can then verify that the OS is unmodified, which can then be used by application to determine that their not modified, etc.
Now you could spoof your own TPM chip (similar to how Switch 1's are chipped/nodded), but the deal-breaker is that when you add your key to the TPM chip, you sign it with a hardware vendor specific public key. And that vendor private key is baked into the hardware (often into the CPU, so the private key never crosses the hardware bus).
Luckily that key always leaks from a human or side channel
Cryptography.
Yes
Only with a client server model like in multiplayer or always online games. DRM is a conceptual scam. This kind of attack is unpatchable. It's essentially a blue pill attack against a single program.
Practically speaking, people already have cell phones that are impossible to own, because in many cases, users are not allowed to unlock the bootloaders of their phones.
What kind of measures do current Denuvo versions take that they need these kinds of bypasses?
It's at least running in the HyperVisor layer of the OS, which to my understanding is basically the same as a rootkit, tho I am not sure if it's a higher or lower level than that.
I don't understand how that is possible without installing its own kernel driver. afaik only the denuvo anticheat does that
By someone besides Empress?
Wait, you mean client-side anticheat is not some holy unbreakable barrier? I am shocked (sarcasm)
I'm not the most familiar with hardware level stuff. With the security disabled as in the article, can a malevolent actor rewrite firmware or leave the equivalent of an undetectable rootkit on your hardware? It would be mildly amusing to see an entire generation of pirates fuck up here, but also reminds me of the arguments regarding the intel cpus having a secondary, unknown firmware in the form of the management thingamajig.
Firmware, unlikely. Rootkit, probably. The most likely attack is plain old malware. Attacks relying on those security features being disabled are uncommon.
However! If a malicious actor says "hey here's a guide to defeat denuvo on the latest game, and here's the crack', and the guide tells you to disable certain security features, the crack can contain malware specifically crafted to exploit that scenario.
Very much possible, yes. I don't think any game is worth the risk. Even if you have a PC dedicated to just gaming, buying new hardware if it gets borked is more expensive than just buying the game. Or playing the hundreds of great games kn existence without Denuvo.
oh do flexlm next...
Would running in Proton mean the security issues are moot?
This is too low level to run in Proton.