Binary Bomb Lab
Overview, summary, binaries, and jump links to each phase.
Open lab page ->
Binary Analysis
A phase-by-phase reverse engineering breakdown of the Binary Bomb Lab with static and dynamic analysis notes, debugger observations, and phase answers.
Overview, summary, binaries, and jump links to each phase.
Open lab page ->Argument handling, signal initialization, and first phase analysis.
Open phase ->Static and dynamic analysis notes for phase 0x2.
Open phase ->Switch-case and constraint analysis for phase 0x3.
Open phase ->Recursive logic analysis and debugger notes for phase 0x4.
Open phase ->Bitwise operations and input mapping analysis for phase 0x5.
Open phase ->Full linked-list style logic and final defuse path for phase 0x6.
Open phase ->