summaryrefslogtreecommitdiff
path: root/Content/posts/2023-10-04-bomb-lab.md
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2023-10-21 00:58:00 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2023-10-21 00:58:00 -0600
commit4c44fe1cde34cfa270798381e46dfcd9430fd655 (patch)
tree5ca3a58802104540691de7ff20e1680167157d59 /Content/posts/2023-10-04-bomb-lab.md
parent284ec747d2ac0de55c3859283c7f6d63451b0480 (diff)
re-add manifest and update css
Diffstat (limited to 'Content/posts/2023-10-04-bomb-lab.md')
-rw-r--r--Content/posts/2023-10-04-bomb-lab.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/Content/posts/2023-10-04-bomb-lab.md b/Content/posts/2023-10-04-bomb-lab.md
index c805279..8205765 100644
--- a/Content/posts/2023-10-04-bomb-lab.md
+++ b/Content/posts/2023-10-04-bomb-lab.md
@@ -1,7 +1,7 @@
---
date: 2023-10-04 13:12
description: Walkthrough of Phases 1-6 of Bomb Lab for CSCI 2400 Computer Systems Lab 2
-tags: gdb, reverse-engineering, c++, csci2400, assembly
+tags: gdb, Reverse-Engineering, C++, CSCI2400, Assembly
---
# Bomb Lab
@@ -11,8 +11,9 @@ tags: gdb, reverse-engineering, c++, csci2400, assembly
Lab 2 for CSCI 2400 @ CU Boulder - Computer Systems
> The nefarious Dr. Evil has planted a slew of “binary bombs” on our class machines. A binary bomb is a program that consists of a sequence of phases. Each phase expects you to type a particular string on stdin. If you type the correct string, then the phase is defused and the bomb proceeds to the next phase. Otherwise, the bomb explodes by printing "BOOM!!!" and then terminating. The bomb is defused when every phase has been defused.
-
-> There are too many bombs for us to deal with, so we are giving each student a bomb to defuse. Your mission, which you have no choice but to accept, is to defuse your bomb before the due date. Good luck, and welcome to the bomb squad!
+<br><br>
+There are too many bombs for us to deal with, so we are giving each student a bomb to defuse. Your mission, which you have no choice but to accept, is to defuse your bomb before the due date. Good luck, and welcome to the bomb squad!
+<cite>Bomb Lab Handout</cite>
I like using objdump to disassemble the code and get a broad overview of what is happening before I start.
@@ -1044,4 +1045,4 @@ Your instructor has been notified and will verify your solution.
[Inferior 1 (process 1754) exited normally]
```
-But, what about the secret phase? \ No newline at end of file
+But, what about the secret phase?