Virtual Memory Map Windows

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

0
Megatron On BEST ANSWER

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