13.10.2020, 15:32
(24.06.2020, 19:57)Patrix Wrote: 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?
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.
We HAD dll-injection detector before, but we've got some problems due to several antiviruses injects them own dlls.
![[Image: CPCFNwD.png]](http://i.imgur.com/CPCFNwD.png)