win10配置双机调试

搭建Windows 10 双机调试

首先安装号Windows 10 系统

管理员方式运行cmd

依次输入

image-20230927160914453

1
2
3
4
5
6
//添加开机引导项
bcdedit /copy {current} /d Debug

//设置引导项时间

bcdedit /timeout 30

让后使用Windows自动的重启不要使用VMware 重启

重启后依次输入

image-20230927161238980

依次输入管理员cmd

image-20230927162105237

1
2
3
4
5
bcdedit /dbgsettings SERIAL DEBUGPORT:1 BAUDRATE:115200

bcdedit /bootDebug ON

bcdedit /Debug ON

image-20230927162227741

检查一下配置

让后win加q 搜索config 系统配置

image-20230927164106700

image-20230927170628995

WINDBG 配置

image-20230927170825091

配置符号表

SRV*d:\MySymbol*http://msdl.microsoft.com/download/symbols
image-20230927170940171

配置调试器

点击文件

image-20230927171148969

单机attach to kernel

image-20230927171206924

image-20230927172002061

测试peb

!process 0 0

!IDT

.reload

完结撒花


win10配置双机调试
https://huajien.gitee.io/2023/22870/
作者
HUAJI
发布于
2023年9月27日
许可协议