diff --git a/67k/67k.zip b/67k/67k.zip new file mode 100644 index 0000000..07eed9a Binary files /dev/null and b/67k/67k.zip differ diff --git a/67k/description.md b/67k/description.md new file mode 100644 index 0000000..f45ccf1 --- /dev/null +++ b/67k/description.md @@ -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. \ No newline at end of file diff --git a/67k/grader.py b/67k/grader.py new file mode 100644 index 0000000..9523161 --- /dev/null +++ b/67k/grader.py @@ -0,0 +1,4 @@ +def grade(random, key): + if key.find("wtf_67k_binaries?why_so_mean?") != -1: + return True, "Correct!" + return False, "Nope." diff --git a/67k/problem.yml b/67k/problem.yml new file mode 100644 index 0000000..671dbc1 --- /dev/null +++ b/67k/problem.yml @@ -0,0 +1,7 @@ +title: 67k +category: Reverse Engineering +value: 450 +author: r3ndom +autogen: false +files: + - 67k.zip \ No newline at end of file