I am trying to provide a small MMO written in C # and we are having problems with hacking. I would like to know if there is a way to capture a copy of a process that is currently in memory, not on disk. We have a very safe algorithm in the game, but it cannot stop people changing the version of the game in memory.
Is there any way to do this?
source share