xzr23 发表于 2018-1-21 01:17:31

配置驱动测试环境时windbg连接VM遇到的问题


Microsoft (R) Windows Debugger Version 10.0.16299.15 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.

Opened \\.\pipe\kd_Windows_7
Waiting to reconnect...
Connected to Windows 7 7601 x64 target at (Sun Jan 21 01:13:15.808 2018 (UTC + 8:00)), ptr64 TRUE
Kernel Debugger connection established.
Symbol search path is: srv*
Executable search path is:
Windows 7 Kernel Version 7601 MP (1 procs) Free x64
Built by: 7601.18247.amd64fre.win7sp1_gdr.130828-1532
Machine Name:
Kernel base = 0xfffff800`04016000 PsLoadedModuleList = 0xfffff800`042596d0
System Uptime: not available
nt!DebugService2+0x5:
fffff800`04083a45 cc            int   3
kd> g
KDTARGET: Refreshing KD connection
Fail to read system\currentcontrolset\services\Lmhosts\Parameters\EnableUserMode, error=2


在虚拟机进入系统后,提示这个错误
度娘无果,希望哪位大神指点下

Tesla.Angela 发表于 2018-1-23 10:05:12

按照《WIN64教程》(1.1)的做法,设置好虚拟机内的配置后,使用VKD辅助WINDBG进行调试。
页: [1]
查看完整版本: 配置驱动测试环境时windbg连接VM遇到的问题