<2025年4月>
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910

文章分类

导航

订阅

使用内核调试调试Windows安装过程

今天的Windows的安装程序其实也是基于NT内核的,因此也是可以使用WinDBG对其做内核调试的,大致的步骤是准备一个USB安装盘,然后使用如下命令启用内核调试,就可以调试安装过程了。
bcdedit –store [usb key drive]:\boot\bcd /dbgsettings net hostip:[IP of WinDbg machine] port:50000
[待补充]

posted on 2018年4月25日 21:38 由 Raymond

Powered by Community Server Powered by CnForums.Net