diff --git a/Debugging MBR - IDA + Bochs Emulator/Debugging MBR - IDA + Bochs Emulator.md b/Debugging MBR - IDA + Bochs Emulator/Debugging MBR - IDA + Bochs Emulator.md index 82a679e..fe8c33e 100644 --- a/Debugging MBR - IDA + Bochs Emulator/Debugging MBR - IDA + Bochs Emulator.md +++ b/Debugging MBR - IDA + Bochs Emulator/Debugging MBR - IDA + Bochs Emulator.md @@ -115,13 +115,14 @@ If IDA got a problem with locating the Bochs debugger “bochsdbg.exe”, check "C:\\\\Program Files\\\\Bochs-2.6.11\\\\bochsdbg.exe";) to point to the location where we installed the Bochs emulator. +Ensure that you have set to not hide console with `HIDE_CONSOLE = NO`. + ![](media/ad3056ad1c1baaaa4efe3bf2484128dc.png) We do not have to bother with the line “//BOCHSRC = "c:\\\\program files\\\\IDA Pro 7.5\\\\cfg\\\\bochsrc.cfg";” because we already gave IDA the Bochs configuration file as “bochsrc.bxrc”. - ## Let´s start debugging Put a breakpoint on the start address „BOOT_SECTOR:7C00“. Don´t be surprised