**Note: I made this repo with the intent to help others solve their own Bomb Labs. Please feel free to fork or star this repo if you find it helpful!***
- Goals:
- Solve a total of 6 phases to defuse the bomb. Each phase has a password/key that is solved through the hints found within the assembly code.
- Become familiar with Linux VM and Linux command-line
- Use and navigate through gdb debugger to examine memory and registers, view assembly code, and set breakpoints within the gdb debugger
- Read and understand low level assembly code
- Understand control flow in assembly
- Point breakdown for each phase:
- Phase 1 - 4: 10 points each
- Phase 5 and 6: 15 points each
- Total maximum score possible: 70 points
Each time the "bomb explodes", it notifies the server, resulting in a (-)1/5 point deduction from the final score for the lab.