this post was submitted on 09 Jul 2023
255 points (100.0% liked)

Gaming

30426 readers
398 users here now

From video gaming to card games and stuff in between, if it's gaming you can probably discuss it here!

Please Note: Gaming memes are permitted to be posted on Meme Mondays, but will otherwise be removed in an effort to allow other discussions to take place.

See also Gaming's sister community Tabletop Gaming.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Gotta love DRM that makes paid versions of games worse than pirated stuff.

you are viewing a single comment's thread
view the rest of the comments
[–] argv_minus_one@beehaw.org 16 points 1 year ago (1 children)

Malicious software that harms your computer's performance and security, and prevents you from inspecting and modifying the application, is evil.

I develop software myself. It does not contain anything even remotely resembling Denuvo. I don't appreciate it when people pirate my software, and I've caught them doing it, but that doesn't mean I'm going to add malicious features that effectively punish my customers for not pirating my software. That would be idiotic.


Making non-user-hostile DRM is a hard problem, though. It has to at least make piracy inconvenient, but at the same time, it has to not stop people from reinstalling on a different computer or using the program offline.

The best solution I can think of is for the program to check in with a server when it runs, so you can't run it on more than one computer at a time, but allow it to be used offline for up to, say, a week after the last time it was used online, so you can't easily defeat the DRM by blocking it at the firewall.

Anybody got any better ideas?

[–] SlamDrag@beehaw.org 1 points 1 year ago (2 children)

Malicious software that harms your computer’s performance and security, and prevents you from inspecting and modifying the application, is evil.

This is fearmongering. What is always left out of these conversations is exactly how Denuvo is a security risk, which is a tech question of this particular software and not a philosophical one. And I'll be frank with you, I think people vastly overstate how much of a problem Denuvo is as a piece of software.

[–] argv_minus_one@beehaw.org 8 points 1 year ago* (last edited 1 year ago)

I'm going to just go ahead and pretend that you politely asked me to explain the problem, instead of incorrectly insulting me.

Denuvo is a security risk because it runs code in kernel mode. Running anything in kernel mode is a security risk, and unlike device drivers, that risk is not justified for DRM.

[–] bandario@lemmy.dbzer0.com 5 points 1 year ago

Denuvo uses a kernel-mode driver as part of its overall malware deployment. If you don't know why that is a problem, I can't help you.