Codilingus

joined 2 years ago
[–] Codilingus@sh.itjust.works 2 points 18 hours ago* (last edited 18 hours ago)

Essentially, most cheats for games work because the program can access the RAM addresses that the game uses. Anticheat works by scanning the computer for these running programs/services that are known to be cheats.

Historically this has been done in userspace, ie. no elevated permissions. Nowadays, Kernel level AC let's the AC check for deeper cheating methods, like devices that are operating on a driver level.

Currently, the most difficult to detect method is cheating using a 2nd PC that connects via a cable to a special PCIe device in the gaming PC. It essentially analyzes everything going to RAM and plucks out game related info. It's currently a back and forth trying to hide that PCIe device from the anti-cheat.

[–] Codilingus@sh.itjust.works 1 points 3 days ago

It's advised to reboot after any kernel updates.

[–] Codilingus@sh.itjust.works 5 points 3 days ago* (last edited 3 days ago)

Get Unraid for your server OS. Its nuts how good it is at being beginner friendly, while being robust when needed. It has a docker app "store", as well as plugins, and a virtual machine manager as well. It also has a very, very nice Web GUI: you manage the server from another PC you use in your house.

I can not overstate how much I learned by starting with Unraid.