Get memory location and space associated to process using processId

1

I want to get the memory information(address and size) of a process in Ram using process id. I tried WMIC and task manager they provide only the memory used by the process at current time. Could anyone please let me know how to get this information from windows OS.

Ashish Aggarwal

Posted 2015-06-24T06:33:56.727

Reputation: 111

Is that what you want?

– Bilo – 2015-06-24T06:43:42.740

Some sort of, but this is for game, but I actually wants to read the ram memory. – Ashish Aggarwal – 2015-06-24T06:52:49.600

No answers