24.06.2020, 19:57
IMO same can be done in pure scripts, also how someone can know for sure if you didn't include some malicious code into your module?
Instead detecting cheat engine process, you can for example, detect dll injection.
https://reverseengineering.stackexchange...e-detected
Detecting one program isn't a good option, this can be easilly bypassed:
https://itstillworks.com/12458787/how-to...ocess-name
https://forum.cheatengine.org/viewtopic....063c0b99be
Keep in mind that any detection like this on c-side can be easily bypassed by an expierenced reverser.
You could also monitor some values periodically and check if their content is valid.
IMO it's better to focus on implementing server-side secure code, rather than making client-side security systems which can be bypassed one way or another.
Quarchodron Wrote:Super opcja, zastanawiałeś się nad wykryciem procesu cheat engine ?
Instead detecting cheat engine process, you can for example, detect dll injection.
https://reverseengineering.stackexchange...e-detected
Detecting one program isn't a good option, this can be easilly bypassed:
https://itstillworks.com/12458787/how-to...ocess-name
https://forum.cheatengine.org/viewtopic....063c0b99be
Keep in mind that any detection like this on c-side can be easily bypassed by an expierenced reverser.
You could also monitor some values periodically and check if their content is valid.
IMO it's better to focus on implementing server-side secure code, rather than making client-side security systems which can be bypassed one way or another.