KDNET Network Kernel Debugging 설정 (추천)
Windows 8 x86 용으로 테스트
1.설치에 필요한 파일 확인
개발 PC에서 해당 파일을 찾아 타겟 PC C드라이버에 복사 후 IP와 PORT만 설정하면 끝
- VerifiedNICList.xml
- kdnet.exe
2. 타겟 PC 설정
C:\>kdnet 192.168.0.XXX 50100
NtQuerySystemInformation cannot query SystemKernelDebuggingAllowed on this OS.
Enabling network debugging on Realtek PCIe GBE Family Controller.
To debug this machine, run the following command on your debugger host machine.
windbg -k net:port=50100,key=XXXXXXXXXXXXXXXXX
Then reboot this machine by running shutdown -r -t 0 from this command prompt.
C:\>bcdedit /dbgsettings
busparams 1.0.0
key XXXXXXXXXXXXXXXXX
debugtype NET
hostip 192.168.0.XXX
port 50100
dhcp Yes
The operation completed successfully.
참고
https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/setting-up-a-network-debugging-connection-automatically
Setting Up KDNET Network Kernel Debugging Automatically - Windows drivers
Use KDNET to configure network kernel debugging automatically for the Windows debugging tools.
docs.microsoft.com
정리
가장 설정이 잘되는 것 같아요. ㅎㅎ