Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down