Re: ReadProcessMemory question

2007-11-17 Thread Robert Shearman
Dave Cartright wrote: > I am trying to read the memory of another process with > ReadProcessmemory and I can only get it to work when I commit the > entire region I want to read with VirtualAllocEx - but as you probably > know when I do this it initializes the entire memory region to 0s. > So my

re: ReadProcessMemory question

2007-11-17 Thread Dan Kegel
Dave wrote: > I am trying to read the memory of another process with > ReadProcessmemory and I can only get it to work when > I commit the entire region I want to read with VirtualAllocEx - > but as you probably know when I do this it > initializes the entire memory region to 0s. > So my question i