readProcessMemory API Call

sdlangers

Well-known member
Joined
Dec 3, 2002
Messages
118
Hi,

I found some code that copies text from an application using the readProcessMemory api call. you pass it the base address of where you want to start copying the memory from and a buffer which you want to copy it into.

the code i got already had the correct base address for the text i wanted, but i need another piece of text from that process and dont know the base Address.

is there some type of tool that shows you what is at each memory address for a certain process at a given time?

thanks
 
Back
Top