I was looking for API functions that returns information about the virtual memory of a process to create a map like VMMap does.
I looked through debugging, process info and memory management functions though did not find anything useful.
I was looking for API functions that returns information about the virtual memory of a process to create a map like VMMap does.
I looked through debugging, process info and memory management functions though did not find anything useful.
I found the answer. The VirtualQueryEx function does exactly what I wanted.