Debugger can't get KD version information, Win32 error 0n5
local kernel debugging is a really useful feature, however Vista and Windows Server 2008
default disable this funtionality. you can do followings to enable it.
1)
bcdedit /debug on
2) reboot.
3) enter windbg/kd directory, run:
kdbgctrl -db
kdbgctrl -e
4) kd -kl
Done.
if you don't run kdbgctrl -db/-e, you will get error message like
"Debugger can't get KD version information, Win32 error 0n5".
i don't find any access/priviledge audit error tracked in security log and
process monitor also found nothing, it's simply a return value from kldbgdrv.sys.
本文详细介绍了如何在Vista和Windows Server 2008系统中启用本地内核调试功能,包括bcdedit命令开启调试模式、重启系统、进入windbg/kddirectory目录并运行特定命令来配置内核调试环境。此外,解释了在未正确执行特定步骤时可能出现错误提示,并提供了排除故障的思路。
5936

被折叠的 条评论
为什么被折叠?



