So those games put infrastructure in place for the server to execute arbitrary code on my machine? No, thanks.
How anti-cheats catch cheaters using memory heuristics
41–50 of 148 posts
Re: How anti-cheats catch cheaters using memory heuristics
#42So those games put infrastructure in place for the server to execute arbitrary code on my machine? No, thanks.
You bought a game from them... you are already letting them run arbitrary code on your machine.
This allows the server to execute arbitrary, ephemeral code fragments on any client at any time, with no trace. If the server is ever compromised, so are all clients, instantly.
This is absolutely insane from a security POV. Just because I gave you a program once that you're using doesn't mean that you want to give me an SSH login to your machine.
Re: How anti-cheats catch cheaters using memory heuristics
#43So those games put infrastructure in place for the server to execute arbitrary code on my machine? No, thanks.
Well sure, but the whole game itself is already executing whatever arbitrary code it wants.
Re: How anti-cheats catch cheaters using memory heuristics
#44Serious question for you gamers out there: Why would a person go to such great lengths to cheat at a video game? Is there a monetary incentive? Otherwise, it seems like a lot of effort just to increase one's standing on a leader board.
esports? not sure how common it is these days to have someone cheating in a competition but I can tell you it happened quite a lot of times in the past, especially with FPS games.
Re: How anti-cheats catch cheaters using memory heuristics
#45So those games put infrastructure in place for the server to execute arbitrary code on my machine? No, thanks.
Re: How anti-cheats catch cheaters using memory heuristics
#46Re: How anti-cheats catch cheaters using memory heuristics
#47Serious question for you gamers out there: Why would a person go to such great lengths to cheat at a video game? Is there a monetary incentive? Otherwise, it seems like a lot of effort just to increase one's standing on a leader board.
Re: How anti-cheats catch cheaters using memory heuristics
#48Earlier quoted context omitted.
Playing by the rules favors those who the rules were set up to benefit. Are you poor, "ugly", unlucky, "stupid", uncoordinated? Cheating is your chance to win when our "just" society tells you you must lose. The transgression itself feels right and good.
No one forces, or even pressures, anyone to play multiplayer video games.
Re: How anti-cheats catch cheaters using memory heuristics
#49Speaking in terms of fps games I believe it to be very easy for any human to detect aimbots when reviewing gameplay footage. Wallhacks are a bit trickier to detect, and probably requires longer reviews, but I'd estimate that above average players could quite accurately detect this hack as well. This leads me to believe this should be quite a good fit for machine learning, no? It just seems like a problem that lives i…