Comment on Steam store pages are now required to disclose kernel-level anti-cheat
filcuk@lemmy.zip 5 days ago
Does anyone actually have a suggestion for a less intrusive alternative?
Do you realise how difficult and ineffective server-side anti-cheat can be?
Although it would be the only way to actually try and detect someone using a second machine for hacking/inputs.
All of this will become an increasingly uphill battle for the devs.
DieserTypMatthias@lemmy.ml 5 days ago
Write it in language that obfuscates code by default (Rust does that) and then it obfuscates again. Or do it the Valve way. Even though is very easy to crack their anticheat (the hacks and DLL injectors are basically for free both on Windows and Linux), they have other measures in place. Votekicking players, Overwatch and matchmaking against other hackers.
ReversalHatchery@beehaw.org 2 days ago
where did you read it that rust obfuscates the code?
you want vmprotect and such for that
DieserTypMatthias@lemmy.ml 2 days ago
If security analysts have issues decompiling Rust malware, then it’s obvious that it obfuscates the code. All they could get was an ugly Assembly. You can try it yourself by downloading Ghidra/Cutter/any other compiler.