Help - Search - Members - Calendar
Full Version: ReadProcessMemory
AC Tools Everything Macro > General Discussion > C++/Delphi/VB Development
BeTheCode
Hello;

I just sent an email to Cam, but thought I should have posted here instead.

I’ve never used ReadProcessMemory and so I spent a chunk of the day learning more about it and found tools like TSearch and so forth to help discover some memory location. It seems like you guys have discovered a BUNCH of memory location. My question is how was this approached? What apps are you using to discover the memory locations?

Thanks,
Tim
BeTheCode
Replay I got from Cam.

There are a few programs out there that are great for memory snooping. GameHack, WinHack, etc. Here is a good list:

http://www.timsvault.com/cheattools.htm

You are looking for memory scanners. These programs snapshot the memory, you drop some gold or change a stat, then they compare the snapshot to the current memory addresses and report back all the addresses that changed. Keep doing this till you isolate one or more addresses. Then use ReadProcessMemory on those addresses and you have your values.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.