Hello. How can I protect my application against Memory Editors?

Like, Cheat Engine, Debuggers, etc.

Recommended Answers

All 2 Replies

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.

Member Avatar for JSPMA1988

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.