Page 1 of 2

How to prevent MemHack Software like Cheat Engine

Posted: Tue Dec 04, 2012 9:08 am
by boboi1986
Hello to Developers,

Now days so many memory hack programe, if i block it using Executed Processes function, there still can download other memory hack programe to hack my application. is there any good solution how to fix it permenently ?

Re: How to prevent MemHack Software like Cheat Engine

Posted: Tue Dec 04, 2012 9:38 am
by Enigma
Hi boboi1986,

I recommend you to take a look at another protection option to avoid this, not Executed Processes.

For example, you should know, what exactly cheaters change in the process memory? Do you know the addresses of the memory that is being changed?

If you know, then you may apply Virtual Machine protection to the parts of the code that is being modified by memory editing software. After virtualization this will be quite difficult to change something.

Re: How to prevent MemHack Software like Cheat Engine

Posted: Tue Dec 04, 2012 10:06 am
by boboi1986
There have any plugin to prevent this issue ?

Re: How to prevent MemHack Software like Cheat Engine

Posted: Tue Dec 04, 2012 11:56 am
by Enigma
Virtual Machine and code virtualization is a customizable feature, it is a specific for each file. It can't be auto configured through the plugin or so.

Re: How to prevent MemHack Software like Cheat Engine

Posted: Tue Dec 04, 2012 1:37 pm
by boboi1986
I heard about Anti MemHack Plugin, that plugin can prevent this issue ?

Re: How to prevent MemHack Software like Cheat Engine

Posted: Tue Dec 04, 2012 3:53 pm
by Enigma
This can avoid using of MemHack software only, but not other memory editing softwares.

If you would like to get it, email the request to support team at support@enigmaprotector.com

Re: How to prevent MemHack Software like Cheat Engine

Posted: Tue Dec 04, 2012 4:13 pm
by boboi1986
That plugin can avoid software memory editing like Cheat engine right ? other memory editing mean ?

Re: How to prevent MemHack Software like Cheat Engine

Posted: Fri Dec 07, 2012 8:37 am
by Enigma
It works with MemHack software only, not others.

Re: How to prevent MemHack Software like Cheat Engine

Posted: Fri Sep 06, 2013 2:26 pm
by boboi1986
Enigma wrote:Hi boboi1986,

I recommend you to take a look at another protection option to avoid this, not Executed Processes.

For example, you should know, what exactly cheaters change in the process memory? Do you know the addresses of the memory that is being changed?

If you know, then you may apply Virtual Machine protection to the parts of the code that is being modified by memory editing software. After virtualization this will be quite difficult to change something.
Sir, i have addresses of the memory that is being changed, but i dont know how to apply Virtual Machine protection to the parts of the code. Do you have any tutorial?

Re: How to prevent MemHack Software like Cheat Engine

Posted: Fri Sep 13, 2013 11:34 am
by xenoglyph
Sorry, Enigma, this is sort of a double post. I see you recommending VM for this issue, but VM shouldn't work if it's a piece of data (not code) that can be reliably located, correct?

to boboi1986: can you give an example of what's being modified? Is it code? Is it data? If it's data, what's the length of the data and how is it used? Is it a constant, or something generated/loaded at runtime?