Defusing CMU's Binary Bomb: A Walk-through of All Six Phases
After skimming lecture slides and skimming the textbook, I still felt hazy, so I decided to learn by doing and tackle CMU’s famous "bomb" lab. The goal is simple: supply the correct input strings to six successive phases before the program calls explode_bomb. All phases live in the same ELF-64 executable, so the first step is to dump ...
Posted on Fri, 25 Sep 2026 16:23:35 +0000 by XeRoZeN