DOSBox挂载Debug.exe
- 双击 DOSBox Options.bat 打开配置 或者执行cmd
powershell
DOSBox.exe -editconf notepad.exe -editconf %SystemRoot%\system32\notepad.exe -editconf %WINDIR%\notepad.exe
- 最后一行增加
powershell
mount [盘符] [挂载的工作目录(debug.exe文件夹位置)]
- 打开 DOSBox, cd到盘符,执行debug
额外工具:OLLYDBG
Dosbox和masm下载,某git仓库