Skip to content

JasonTurley/cmu-bomb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmu-bomb

Description

Reverse engineering Carnegie Mellon University's Systems Programming binary bomb lab. I am not a CMU student, this lab is freely availble online for all to download. Official CMU README

Files

  • bomb: binary executable
  • revbomb.c: my reverse engineered each phase into C code
  • revbomb: my reverse engineered executable
  • answers.txt: answers to each phase of the binary bomb

What I learned

By solving the 6 phases of this lab I have learned:

  • how to reverse engineer x86_64 assembly code into valid C code
  • how to disassemble, analyze, and debug binary using command-line tools like gdb and radare2
  • how fun (and sometimes aggravating) it is to reverse engineer code

About

Reverse engineering CMU Binary Bomb challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published