Emulating Windows system calls in Linux
Emulating Windows system calls in Linux
Posted Jun 25, 2020 23:24 UTC (Thu) by smcv (subscriber, #53363)In reply to: Emulating Windows system calls in Linux by roc
Parent article: Emulating Windows system calls in Linux
As mentioned in the article, patching Windows game code is unlikely to work well, because in some cases it tries to detect external modifications to itself as an anti-cheating mechanism, and it's deliberately obfuscated to make modification and tracing harder. I'm aware rr isn't usually tracing actively cooperating processes, but it isn't usually tracing a process that is actively uncooperative either.