This is the repository of the bomb lab in CS3601, 2022 Fall.
Please enter your student number CORRECTLY in student-number.txt at first!!!
Otherwise, you would receive 0 points in this lab.
make bomb
: get your personal bomb from bomb warehouse
make qemu
: Start a QEMU instance to run your bomb
- Start a terminal and run
make qemu-gdb
: Start a QEMU instance with GDB server - Start another terminal and run
make gdb
: Start a GDB (gdb-multiarch) client
- Press
Ctrl+a x
to quit QEMU - Press
Ctrl+d
to quit GDB - Read
doc.pdf
for more reference