首页
社区
课程
招聘
[求助]如果在win2000使用WinDbg的 Local Kernel
发表于: 2007-12-21 16:11 5988

[求助]如果在win2000使用WinDbg的 Local Kernel

2007-12-21 16:11
5988
发现一在2000系统中使用,就会弹出以下对话框消息:

the system does not support local kernel debugging.

local kernel debugging requires windows xp, administrative privileges, and is not supported by WOW64.
only a single local kernel debugging session can run at a time.
local kernel debugging is desabled by default in windows vista, you must run 'bcdedit -debug on' and reboot to enable it.

请问该如何解决?

[课程]Android-CTF解题方法汇总!

收藏
免费 0
支持
分享
最新回复 (5)
雪    币: 218
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
xp及以上版本才支持local kernel debug,不过我在vista下也local不了,请高手执教了。
2007-12-23 17:39
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
local kernel debugging is desabled by default in windows vista, you must run 'bcdedit -debug on' and reboot to enable it.

你没看见吗? local kernel debug 在 vista 系统中默认禁用了,你必须运行 bcdedit -debug on  以后再重新启动才能激活调试...

汗...貌似我是来提问来的?
2007-12-23 19:36
0
雪    币: 267
活跃值: (16)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
4
试一试livekd
http://www.microsoft.com/china/technet/sysinternals/utilities/LiveKd.mspx
2007-12-23 20:53
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
下载试了,还是不行,难道各位都没有发生在2000中无法调试Local Kernel吗??
2007-12-24 19:46
0
雪    币: 191
活跃值: (41)
能力值: ( LV12,RANK:210 )
在线值:
发帖
回帖
粉丝
6
livekd 可以在 2000 下用,放在 windbg 目录下面运行就可以。
vista 上 KdSystemDebugControl 做了判断,需要设置 /debug 启动选项。可以写个驱动跳过这个判断。
2007-12-24 20:25
0
游客
登录 | 注册 方可回帖
返回
//