- cross-posted to:
- games@lemmy.world
- gaming@beehaw.org
- privacy@programming.dev
- cross-posted to:
- games@lemmy.world
- gaming@beehaw.org
- privacy@programming.dev
And ineffective
Yawn, yet another one of these articles by someone who has no idea what they are talking about. Thankfully they at least admit it in the very first sentence of their post.
Furthermore, it hasn’t stopped cheating. They largely moved to external hardware that bypasses kernel anti-cheat.
Daft argument. If the only way to cheat is to buy specialized hardware that costs several hundred, if not several thousand, dollars, then the anticheat is a resounding success – it has dramatically increased the barrier of entry to cheating. DMA cheats are not impossible to detect either, anticheats like Riot’s Vanguard sniff them out all the time.
Anyone who claims anticheats are useless or ineffective clearly has never played a competitive multiplayer game with an actually ineffective anticheat. Anticheats are unfortunately absolutely necessary for most competitive multiplayer games to be viable at all. If you don’t like them, then don’t play the kinds of games that need them.
deleted by creator
Yeah, while I don’t love kernel level AC, the argument that because it doesn’t stop cheating entirely it’s useless has always been so fucking shit. Barrier of entry is what matters, I don’t give a fuck if one in 100 games has a cheater, I do if it’s one in 5 (or worse which can easily happen when AC is complete garbage)
Also, the basic argument of this blogpost is idiotic. If you’re installing a ring 0 anticheat that means you’re running Windows, and guess what, that means your entire operating system is code you can’t audit. You’ll also be running possibly dozens of third party drivers with (essentially) ring 0 access that you also can’t audit, and most of those drivers are written far more shoddily than anticheats (which, by their very nature, have to pay extreme attention to security and safety, because otherwise cheaters will easily reverse engineer them making them useless).
Microkernels seem to be having a new wave of popularity recently (new microkernel based OSes being made, apple slowly turning XNU into a microkernel)
Windows uses a hybrid kernel, but that still means drivers have access to the entirety of kernel space
Microkernels are so much more secure (when done properly with IOMMU and everything)
However, kernel based anticheats won’t work with microkernels (since most microkernels aren’t modular)


