Hello. How can I protect my application against Memory Editors?
Like, Cheat Engine, Debuggers, etc.
You can't, I am not talking about mixing your code with some tools. Getting access to the memory is the responsibility of the OS. If the OS give permission than you can't hide.
You could look into code hardening techniques in order to try to prevent certain memory locations from being modified by an external tool. Ultimately, you can't do anything really to protect against those tools though since hex editors and debuggers are only getting more advanced as software advances.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.