Log in

View Full Version : Mirroring a process in memory


Broomop
January 17th, 2011, 14:47
i want to know is it possible to mirror a process in memory? i want to like have a memory dump in normal:40000 range and have the application in some other location. is this possible and is there any examples?

BanMe
January 17th, 2011, 17:18
The dbghlp library..memory mapping..methods and examples, then look at manual mapping.

BanMe

disavowed
January 18th, 2011, 00:53
What's your purpose? What's your end goal?