Comment by xg15

13 hours ago

For starters:

- Creating a unique ID that is directly bound to hardware.

- Accessing the memory of any process, including browsers or messengers.

- Installing persistent background processes that are hidden from the rest of the system.

But I think that's the wrong question. Talking about the kernel driver is a distraction.

The abuse scenario that I think is most likely would be that the game and/or anticheat vendor uses the hardware ID for user profiling instead of just ban enforcement, and that the "logging" functionality is coopted to detect software or activities that aren't related to cheats at all, but are just competition of the vendor or can once against be used for profiling, etc.

None of that strictly requires a kernel driver. Most of that stuff could be easily done with a usermode daemon. But under normal circumstances, there is no way I'd install such a program. Only in the name of cheat prevention, suddenly it gets permissible to make users install that stuff if all they want to do is play some game.

The point it, you don't need a kernel driver to access most of your data. Just a user space process can go read all your files and memory of processes of the same user.

  • Yes. But I normally wouldn't install such a user space process either, if I can avoid it. Anticheat is trying to normalize that behavior.