参考
https://www.cnblogs.com/ForestCherry/p/16666692.html
开启内核日志
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Debug Print Filter]
“DEFAULT”=dword:0000000f
调试驱动需要打开调试开关
- 可以跳过驱动签名认证
bcdedit -set testsigning on
安装驱动的方法
pnputil /add-driver xxx.inf
- 本文作者: crazyboy
- 本文链接: http://crazyboy.www.crazyboy.info/blog/blog/2023/01/12/it/windows/windbg/
- 版权声明: 本博客所有文章除特别声明外,均采用 MIT 许可协议。转载请注明出处!