WIndbg 进行的物理机net work 内核调试的bug

sunhnie 1 Reputation point
2022-05-30T04:24:10.237+00:00

您们好!我当前正在使用双物理机调试内核驱动程序,连接方式是通过net 连接到内核调试器,是的我遇到了一个bug,是我在调试的时候才会遇到的bug,当我在特定函数使用单步步入时,此函数进行了堆栈切换(mov to rsp),之后,我从先前堆栈中传入的结构体指针,一旦发生堆栈切换,被切换的堆栈所保存的参数(rcx中的指针)会被全部清除,这导致我后续的操作没206582-%E5%A0%86%E6%A0%88%E5%88%87%E6%8D%A2%E5%90%8E.png206480-%E5%A0%86%E6%A0%88%E5%88%87%E6%8D%A2%E5%89%8D.png有正确的参数,系统直接崩溃,请问 应该如何解决这个bug? 这一段文字的描述可能不容易看懂,请您结合图文查看

Windows for business | Windows Client for IT Pros | Devices and deployment | Other
0 comments No comments
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.