gpt4 book ai didi

windows - 使用 WinDbg 设置远程内核调试器

转载 作者:可可西里 更新时间:2023-11-01 09:31:09 48 4
gpt4 key购买 nike

c:\WinDDK\7600.16385.1\Debuggers>kdsrv.exe tcp:port=60001
c:\WinDDK\7600.16385.1\Debuggers>kd -remote tcp:server=\\127.0.0.1,port=60001

DebugConnect failed, HRESULT 0x80010007
"The callee (server [not server application]) is not available and disappeared;
all connections are invalid. The call may have executed."

我使用的是 Win7,并且还设置了 bcedit debugnet

最佳答案

你的命令是错误的。查看 MSDN 了解确切的语法。这是启动 kdsrv 的示例:

kdsrv -t tcp:port=1027 

然后像这样启动远程调试器:

windbg -k kdsrv:server=@{tcp:server=127.0.0.42,port=1027},trans=@{com:port=com1,baud=57600}

请注意,kdsrv.exe 仅用于“3 台机器设置”:一个调试对象、一个本地调试器机器和一个远程调试器机器。那是你想要完成的吗?无论如何,您应该从常规的“2 台机器”设置开始:一个调试对象和一个调试器。完成此工作后,您可以再将一台机器扔到您的环境中进行远程调试。

关于windows - 使用 WinDbg 设置远程内核调试器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7964974/

48 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com