标签: c++ windows winapi
我需要查看image / heap / malloc()/ stack以及进程使用的其他资源。我知道Memory Validator但它缺少一些功能。
答案 0 :(得分:1)
查看Sys Internals的工具。
http://technet.microsoft.com/en-us/sysinternals/bb545027
即RamMap和VMMap。
如果您可以说明您正在寻找的功能,那么它将有助于提供更好的解决方案。
答案 1 :(得分:0)
一些选项:
Process explorer?
Windbg?
Visual Studio?
您到底想要查看什么?