A Rutgers University CS211 (Computer Architecture) programming assignment analyzing and reverse-engineering a "binary bomb" using its assembly code to obtain keys to pass all 9 phases
The bomb program that is to be run. It is programmed in a way such that you can't see what it's actually doing without looking at its x86 assembly
The compiled assembly text file of bomb.c
The compiled file of all possible strings that bomb.c stores.
The text file of all the solutions for my particular bomb