【问题标题】:How to determine the memory layout of a process in Windows?如何确定Windows中进程的内存布局?
【发布时间】:2010-09-28 18:15:57
【问题描述】:

除了在每个字节/页面/任何内容上调用ReadProcessMemory() 以查看它是成功还是失败之外,我如何确定进程可以访问哪些内存?

(我知道这一定是可能的,因为有几个工具可以显示此类信息,例如 IDA Pro 调试器、WinHex、Sysinternals' Process Monitor,...)

【问题讨论】:

    标签: windows memory


    【解决方案1】:

    VirtualQueryEx 可能是您想要的功能。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-04-04
      • 2013-08-11
      • 2011-09-17
      • 2011-06-06
      • 1970-01-01
      • 1970-01-01
      • 2011-09-29
      • 1970-01-01
      相关资源
      最近更新 更多