Added the 67k problem

Hopefully this doesnt break anything...
This commit is contained in:
John 2017-02-13 04:16:13 -06:00
parent 1576dfb946
commit bdcb52e5fa
4 changed files with 12 additions and 0 deletions

BIN
67k/67k.zip Normal file

Binary file not shown.

1
67k/description.md Normal file
View file

@ -0,0 +1 @@
[Here](${67k_zip}) are 67k binaries, well more accurately 67,085 binaries. Solve every single one, append the results together in order (shouldn't be too difficult as the binaries are numbered) and then from there I'm sure you can figure it out.

4
67k/grader.py Normal file
View file

@ -0,0 +1,4 @@
def grade(random, key):
if key.find("wtf_67k_binaries?why_so_mean?") != -1:
return True, "Correct!"
return False, "Nope."

7
67k/problem.yml Normal file
View file

@ -0,0 +1,7 @@
title: 67k
category: Reverse Engineering
value: 450
author: r3ndom
autogen: false
files:
- 67k.zip