开发者

windows kernel debugging

开发者 https://www.devze.com 2023-03-19 18:53 出处:网络
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 implemen

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 va开发者_Python百科lues from hacked idt table. Is there any kgdb equivalent?

Thanks


I would think WinDbg would be what you need.

0

精彩评论

暂无评论...
验证码 换一张
取 消