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
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