IPB

Welcome Guest ( Log In | Register )

 
 ReadProcessMemory, ReadProcessMemory how to find
BeTheCode
post Aug 7 2004, 07:53 PM
Post #1


Newbie


Group: Members
Posts: 2
Joined: 7-August 04
Member No.: 6,269



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
Go to the top of the page
 
+
BeTheCode
post Aug 10 2004, 06:11 PM
Post #2


Newbie


Group: Members
Posts: 2
Joined: 7-August 04
Member No.: 6,269



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.
Go to the top of the page
 
+


 



Lo-Fi Version Time is now: 3rd September 2010 - 07:27 AM