Well it depends on the value you're trying to read in memory. If you know the value type, then you know how much memory you should be reading. ie byte, float, long, etc. -Doom
Well it depends on what game you're editing, and how it utilizes memory. Obviously you're going to have to calculate the offset that your value is at in memory, and read the size of your value from that point. Can't really help much more than that as this whole conversation is rather vauge. -Doom
Ok so I'm interested in doing real time editing. It is my understanding that the content im interested in is after 0x82000000 in memory. How would I go about calculating how much memory should be read on a per game basis?
0x1000 ? Here is the Xenon software, the same is gived to me. http://www.mediafire.com/?26m5rbt3ewr6cpy If you use it in your application, give him credits.