Postby DoeJoe » Mon Jul 18, 2005 3:48 pm
Hello
Have been investigating how to find memory areas (mana, health, coin, etc) in the game.exe process.
Being new to this, I have google searched this extensively. What little info I was able to obtain was, use winhex to obtain the real memory space used. Use Winhack and the process of elimination to find the memory areas of interest.
As I researched, most of the info that I could find was very dated or was not directed at my interest.
Questions.
1. Is this the approach you all would take to find the memory areas?
2. Are these the apps you would use?(Winhex & Winhack)
3. Are there other applications you would use in addition to these?
4. Could you give me a short overview of the data I am looking for?
On question # 4 … I have searched for the sit/stand value. Snapshot of game running, Compare ALL in Winhack while changing diff vars…. Sit, stand, move to diff area, etc.
After many times of this testing process I come up with no values that match. This leads me to believe that this value is tied to other values. An example would be values for Health, Mana, and Endurance. Instead of 3 diff vars in memory, having them all represented by a 3 char string OR binary values of a single variable.
Could you please shine some light on this for me.
Thanks