Why is it not more common to implement anti-cheat on the server instead of the client? Is that not more secure? Couldn’t the server just check what vision a player should have and not provide any other information to prevent wallhacks or maphacks? Or check how fast it is possible to move to prevent speedhacks? Aimbot is a bit harder to detect I guess but what about the other ones?

  • IHeartBadCode@kbin.social
    link
    fedilink
    arrow-up
    1
    arrow-down
    2
    ·
    7 months ago

    Root kit by definition means software that grants root privileges to whoever controls it

    That doesn’t sound correct. That would mean sudo is a root kit, and I would be hard pressed to find people who agree with that statement.

    • r00ty@kbin.life
      link
      fedilink
      arrow-up
      4
      ·
      7 months ago

      I think it’s very important to separate root and kernel mode. If you run an application as root, you are still running in user mode. Drivers and other kernel modules are running in kernel mode. There are a lot of differences with serious implications for system stability and security.