A debugger frontend for assembly x86 code runing in Real Mode (tested inside QEMU) (based on gdb).
- (install dependencies) --> run "pip install -r requirements.txt" inside the 'Debugger files' folder
- (run QEMU emulation) --> run "make" inside the 'QEMU files' folder
- (run the debugger) --> run "python3 main.py" inside the 'Debugger files' folder
- press ENTER or click the 'Step' button at the bottom of the screen to step to the next instruction. or write gdb commands in the input area, click to send it to gdb and get the output on the rightmost bottom window
- have fun :)