Windows内核调试

发布于 2024-11-19 10:36:19 字数 180 浏览 1 评论 0原文

我正在为 Windows 除零中断处理程序添加存根。因此,每个除零中断都会到达我的存根,然后我将其路由到实际的窗口处理程序。但是我在实施中遇到了一些问题。有没有办法调试windows指令流。 dbgmessage 中的打印消息可能还不够,因为我可能从被黑的 idt 表中加载了一些错误的 eip 值。有等效的 kgdb 吗?

谢谢

I am adding stubs for windows divide zero interrupt handler. So, every divide zero interrupt comes to my stub and then I route it to actual windows handler. However I am having some issues in implementation. Is there any way to debug windows instruction flow. Print messages in dbgmessage may not be enough as I am may be loading some wrong eip values from hacked idt table. Is there any kgdb equivalent?

Thanks

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

新一帅帅 2024-11-26 10:36:19

我认为 WinDbg 就是您所需要的。

I would think WinDbg would be what you need.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文