Virtual Memory Map Windows

630 Views Asked by At

I was looking for API functions that returns information about the virtual memory of a process to create a map like VMMap does.

VMMap

I looked through debugging, process info and memory management functions though did not find anything useful.

1

There are 1 best solutions below

0
On BEST ANSWER

I found the answer. The VirtualQueryEx function does exactly what I wanted.