ieframe.dll 的代理 DLL

发布于 2025-01-07 16:29:23 字数 403 浏览 1 评论 0原文

我已经使用wrappit(http://www.codeproject.com/Articles/16541/Create-your-Proxy-DLLs-automatically)为 ieframe.dll 创建了一个模板代理 dll,

目前,我正在尝试挂接它来测试它是否在修改任何函数之前有效,但是,当我尝试它时,Windows开始抛出DEP错误并且explorer.exe不断崩溃,因此,我尝试为Windows资源管理器禁用DEP,但资源管理器仍然不断崩溃。重新启动机器也不起作用。

我想知道 ieframe.dll 是否有什么不同,特别是与其他 dll 相比。以前,我使用相同的方法为 advapi32.dll 创建了一个代理 dll,并且挂钩和 DEP 都没有任何问题。有什么想法吗?

编辑:我正在使用 Windows XP SP3

I have created a template proxy dll for ieframe.dll using wrappit (http://www.codeproject.com/Articles/16541/Create-your-Proxy-DLLs-automatically)

Currently, I am trying to hook it to test if it works before modifying any function, however, when I tried it, Windows starts throwing out DEP errors and explorer.exe keeps crashing, as such, I tried disabling DEP for Windows Explorer, but explorer still keep crashing. Restarting the machine doesn't work either.

I am wondering if there is ieframe.dll is anything different about ieframe.dll in particular as compared to other dlls. Previously, I have created a proxy dll for advapi32.dll using the same method and there wasn't any issue with the hooking nor the DEP. Any ideas?

EDIT: I am using Windows XP SP3

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文