Hacker News new | ask | show | jobs
by three_seagrass 2306 days ago
How would the blocker know which parts of the memory to block?
1 comments

The same way trainers, aimbots, and other hacks know which addresses are critical for exploiting game mechanics, by doing analysis of decompiled code and also searching running memory for known patterns and then patching them hot.
Don't websites compile on every page load, giving them the opportunity to obfuscate?

That's a bit different than a video game that was compiled only once.