kirk-bond / ACSC-2018

1 stars 2 forks source link

Add "Compiler Voodoo" and "Compiler Voodoo 2" challenges #115

Closed shareef12 closed 5 years ago

shareef12 commented 5 years ago

This pull request includes two reverse engineering challenges that prompt for a password and print a success message when the correct one is supplied. The program is relatively simple, but a custom LLVM pass is used to obfuscate the program during compilation. Competitors will only be provided the stripped binary and brief problem description.