i want to find certain values in a games memory.. but when the game's memory usage is over 200megs which is full of models, textures etc etc. i can't work out a way to locate the memory address of say, your players health.. or stats.
can someone please point me in the right direction? thanks!



LinkBack URL
About LinkBacks



) Why do you need to do this? It would be next to impossible to glean anything from the computer's memory. Even a simple integer like your money would be stored in the sort of format that you get when you write to a binary file. It would be completely unrecognisable.
. Try to google it 
