如何在 Windows XP 64 位中枚举另一个进程模块
我已经问过如何从 64 位进程枚举 32 位进程模块 这里。答案是 EnumProcessModulesEx< /a>.在 Windows 7 x64 上一切正常,但 Windows XP x64 又如何呢? Vista 及以上版本似乎支持此 api。那么那里有什么方法可以做到呢?
I already asked how to enum 32bit process modules from a 64bit process here. And the answer was EnumProcessModulesEx. All works fine on Windows 7 x64, but what about Windows XP x64? It seems that this api is supported on Vista and up. So what's the way to do it there?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
大概是这样的。用记事本写的,可能有错误。但你明白了。
Probably something like this. Wrote it in notepad so might be wrong. But you get the idea.
CreateToolHelp32Snapshot 即可它。
CreateToolHelp32Snapshot will do it.