Earlier quoted context omitted.
Lets call them what they really are, rootkits.
That's exactly what I tell my friends. I can't play certain games, because they don't run on Linux and even if they did, I am not gonna install a rootkit to run them.
Steam games will need to disclose kernel-level anti-cheat on store pages
61–70 of 660 posts
Re: Steam games will need to disclose kernel-level anti-cheat on store pages
#62Earlier quoted context omitted.
What decides critical or non-critical. One could argue that a game isn't critical but one could say it's critical to stop hackers. If you were to take the stance that gaming isn't critical than with that logic you're then claiming multiplayer hacking is a feature of the game. Doesn't do well for the community or the company. But nor do the rootkits do good for the consumer.
> one could say it's critical to stop hackers. It's never critical to stop hackers in a videogame IMO. We need to stop being so damn serious about gaming .
(I’d still lean towards expecting game houses to find another way, kernel drivers are still client side trust mechanisms).
Re: Steam games will need to disclose kernel-level anti-cheat on store pages
#63Earlier quoted context omitted.
That's exactly what I tell my friends. I can't play certain games, because they don't run on Linux and even if they did, I am not gonna install a rootkit to run them.
Getting a Steam Deck has done wonders for my piece of mind. I don't need to worry if whatever games I'm installing are malicious, because the machine is airgapped from anything critical.
Re: Steam games will need to disclose kernel-level anti-cheat on store pages
#64I've never seen a game request root privileges, and I would think installation of anything kernel-level would need that. None of the steam binaries have setuid nor capabilities set. Have anyone seen games that request root privileges? EDIT: I'm gathering from this[1] and the fact that no wine-related package have kernel modules included and no executable from any of those packages have setuid nor capabilities set, th…
Re: Steam games will need to disclose kernel-level anti-cheat on store pages
#65Good, the sooner devs realize they need to do server side properly, the better
It's impossible to prevent cheating from the server-side only. Something like an aimbot can operate purely on information you need to have as a client (to render the other players on the screen), and still be a huge advantage because it can respond faster than any human can.
Re: Steam games will need to disclose kernel-level anti-cheat on store pages
#66Earlier quoted context omitted.
Cheats and bots are ruining online games though.
Yeah life sucks when everything and everyone has to be untrusted (applies not just video games). The solution is to build trusted spaces again IMO. For video games assume that each user is trusted by default. As soon as they violate that trust by cheating, they are banned permanently for that copy of the game. If they want to be trusted again they have to buy another copy of the game to get another license. Make it h…
It’s only a problem when you game with strangers.
Re: Steam games will need to disclose kernel-level anti-cheat on store pages
#67Earlier quoted context omitted.
It's impossible to prevent cheating from the server-side only. Something like an aimbot can operate purely on information you need to have as a client (to render the other players on the screen), and still be a huge advantage because it can respond faster than any human can.
I think server side statistical analysis can go a long way to detect stuff like that. Obviously its always a cat and mouse game between devs and cheaters, and there are always workarounds, but theres a lot more the devs could be doing without relying on invasive client side detection.
Re: Steam games will need to disclose kernel-level anti-cheat on store pages
#68Earlier quoted context omitted.
Lets call them what they really are, rootkits.
Can't wait to find out what China hid in Riot's Vanguard rootkit for all their games. It's 100% a conspiracy theory, but nobody can convince me it's perfectly clean, or if it is, that there isn't an easy way to add some power to it quietly.
Re: Steam games will need to disclose kernel-level anti-cheat on store pages
#69Earlier quoted context omitted.
Lets call them what they really are, rootkits.
I mean, they're not rootkits. Rootkits are either to gain root access (thus the name) or to hide something from a user. Anticheats don't do either of these. They expose a kernel API to allow games to verify the state of the system, and they're knowingly installed by the user.
And that API has root access... thus it's a rootkit.
Re: Steam games will need to disclose kernel-level anti-cheat on store pages
#70Earlier quoted context omitted.
I mean, they're not rootkits. Rootkits are either to gain root access (thus the name) or to hide something from a user. Anticheats don't do either of these. They expose a kernel API to allow games to verify the state of the system, and they're knowingly installed by the user.
> They expose a kernel API to allow games to verify the state of the system, and they're knowingly installed by the user. Can you give examples of games where you do that?
Here's a recent blog post by riot detailing their recent deployment of the system for league of legends, the biggest online multiplayer game in the world
https://www.leagueoflegends.com/en-gb/news/dev/dev-vanguard-...
towards the end it talks about how and why it works