what is the best program to view process memory map? [closed]
I need to view image/heap/malloc()/stack and other resources used by process. I knew about Memory Validator but it lacks some of features.
Checkout the tools from Sys Internals.
http://technet.microsoft.com/en-us/sysinternals/bb545027
Namely RamMap and VMMap.
If you can state what features you're looking for, then it would help to provide a better solution.
Some options:
Process explorer?
Windbg?
Visual Studio?
What exactly are you looking to view?
精彩评论