From f134796fca91778ed1516e032ae28af114bdabec Mon Sep 17 00:00:00 2001 From: doomedraven Date: Tue, 17 Oct 2023 15:23:06 +0200 Subject: [PATCH] add comment about not hide bochs console in dbg_bochs.cfg Thanks for writeup, i was using it as testing, and spot that had to change that settings to see the output, maybe can be useful for someone else in future --- .../Debugging MBR - IDA + Bochs Emulator.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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