Get memory location and space associated to process using processId

276 views Asked by At

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.

1

There are 1 answers

0
bill On

All programs in Windows load at the same address. 0x00400000 (that's 4 MB). I suggest you say what what you are trying to find out as your answer is always 4 MB.