我使用Windbg+vmware调试win2008。在win2008中,我将debug的配置设置为:
bcdedit /dbgsettings serial baudrate:115200 debugport:1
bcdedit /debug {current} ON
然后,我在VM中使用命名管道类型的串行端口。我设置了".\pipe\com_1“,并选择了"This end is the server”和"The end is an application“项。
最后,我将Windbg设置为:
-b -k com:port=\\.\pipe\com_1,baud=11
但是搭建了本地DNS,客户端(windows)创建后立马报NOT IMPLEMENTED,buffer_read_ipv4_address_at,是Windows不支持,但是我看教程搭建都是客户端是windows,不搭建本地DNS,直接设置权威服务器DNS,返回只有answer<1,会直接报DNS DNS didn't return an answer