Re: 【求助】如何查看xp系统是否以debug模式启动

Windows内核调试

【求助】如何查看xp系统是否以debug模式启动


onemao 2015-03-24, 19:14 下午
如题,求助

Re: 【求助】如何查看xp系统是否以debug模式启动


Bombs 2015-03-24, 21:08 下午
  • The KD_DEBUGGER_ENABLED global kernel variable indicates whether kernel debugging is enabled. 
  • The KD_DEBUGGER_NOT_PRESENT global kernel variable indicates whether a kernel debugger is currently attached.
  • The KdRefreshDebuggerNotPresent routine refreshes the value of KD_DEBUGGER_NOT_PRESENT.

Re: 【求助】如何查看xp系统是否以debug模式启动


格蠹老雷 2015-03-25, 03:01 上午
可以用WinDBG附带的小程序

kdbgctrl -c

-c

Checks whether Full Kernel Debugging is enabled. Displays true if Full Kernel Deubugging is enabled, and displays false if Full Kernel Debugging is disabled.

Re: 【求助】如何查看xp系统是否以debug模式启动


onemao 2015-03-31, 10:37 上午
非常感谢

Re: 【求助】如何查看xp系统是否以debug模式启动


onemao 2015-03-31, 10:38 上午
谢谢 ,非常感谢

Powered by Community Server Powered by CnForums.Net