this post was submitted on 07 Aug 2024
1059 points (91.8% liked)

Linux Gaming

14926 readers
27 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Buddahriffic@lemmy.world 5 points 1 month ago

Personally, I see incompatibility with kernel-level anti-cheat as a feature rather than a limitation.

People can still cheat without involving any software on their PC because the game needs to display something to the user (which can be analyzed by another device, either intercepting the stream before sending it along to the monitor or even by using a camera to grab the pixels from the monitor, if there's encryption used on the signal to prevent mitm). And it needs to accept input from the user, which another device connected to the device analysing the display can adjust to improve aim, prevent friendly fire, or just auto shoot when you're pointed at a target. You could even write a full bot using that.

On the other hand, kernel level anti-cheat can be an attack vector to get into your machine in a way that existing malware detection will have a hard time detecting. Kernel modification is the level rootkits work at and an arbitrary code execution flaw could mean your hardware is forever compromised, or at least anything with flashable firmware storage (especially if that firmware also implements the flash capabilities, since it could then add its own code to any new firmware you try to flash).

I just don't play many multiplayer games these days to avoid the cheating. And if I do get back into multiplayer games, I'll either do it on a console where I don't care as much about the kernel getting exploited or I'll play a game where the servers are managed in a way that cheaters will get banned because an admin can see what they are doing.