Lab Summary
The Binary Bomb Lab is a reverse engineering challenge where each phase requires you to analyze control flow,
inspect program state, and derive correct inputs without triggering the bomb. The progression builds practical
skills in static analysis, debugger-driven dynamic analysis, and understanding compiled logic.
Lab Downloads:
bomb (Linux)
Download bombbomb.exe (Windows)
Download bomb.exebomb.pdb (Windows Symbols)
Download bomb.pdb
Note: bomb.exe and bomb.pdb are for Windows. The bomb file (ELF)
is for Linux.
Tools
Installing Ghidra:
Installing GDB-GEF:
bash -c "$(curl -fsSL https://gef.blah.cat/sh)"
Note: This command is for Linux. For Windows, consider using WSL or a similar environment to run GDB-GEF.