Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.
Click here to check if anything new just came in.
July 26 2010
Memory Debugging or a “Universal Game Trainer” with Python and ptrace
Linux
Reading and writing other processes memory can have many different purposes: besides debugging, this technique is probably most frequently known to be used by game trainers, to alter different values of a running game, like the value of health or money. Most (if not all) of the game trainers are developed for Windows and only [...]
Linux
Reading and writing other processes memory can have many different purposes: besides debugging, this technique is probably most frequently known to be used by game trainers, to alter different values of a running game, like the value of health or money. Most (if not all) of the game trainers are developed for Windows and only [...]
