Read/Write Process Memory

bunze

Well-known member
Joined
Aug 4, 2005
Messages
52
Location
Adirolf
Programming Experience
1-3
If I have the memory address of something In a program, how can I read it and write to it? For instance a string or integer?
 
Sweet thanks, so very fast, I'll review these

Thanks alot!

Edit: I don't have time to read these tonight but here is a vb6 example of what I want to do:

ReadProcessMemory pHandle, ByVal &H19AAEFB8, nme_x, 4, 0& 'x +0
 
Back
Top