What is Read Process Memory?

0

I wanted to know what Read Process Memory is. Well I'm trying to make a Bot for a game, and they told me that I would have to use this to see where the character's life is stored in memory.

    
asked by anonymous 09.07.2015 / 17:37

1 answer

1

This is a comprehensive and complex question, but Read Process Memory is the process of reading memory, in your case the life of the character that is stored in memory.

The first step would be to find the memory address, using a memory editor, for example the Cheat Engine.

Second step would edit the data in this memory address.

Now how to do this depends on the programming language you are using.

    
09.07.2015 / 17:47