为什么在 Windows CE 下通过 loadLibrary() 加载后无法访问已加载的 .dll 的内存
我通过loadLibrary()加载一个.dll文件(PE),然后我想读取这个PE的IMAGE_OS_HEADER。因此,我使用 IsBadReadPtr() 来检查加载的 .dll 内存的读取访问权限。但 IsBadReadPtr() 返回 false。该代码在桌面上运行良好,但在 Windows CE 下运行不佳。
I load a .dll file(PE) by loadLibrary(), and then I want to read the IMAGE_OS_HEADER of this PE. So I use IsBadReadPtr() to check the read access of the memory of the loaded .dll. But IsBadReadPtr() returns false. This code works well on desktop but not well under Windows CE.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
IsBadReadPtr
IsBadReadPtr
for anything.