This is the repository of the bomb lab in SJTU CS3601.
An online tutorial: [https://www.bilibili.com/video/BV1q94y1a7BF/?vd_source=63231f40c83c4d292b2a881fda478960]
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 xto quit QEMU - Press
Ctrl+dto quit GDB - Read
doc.pdffor more reference