Readded 67k, changed something in simple rop, hopefully works.

This commit is contained in:
John W 2017-03-16 15:36:14 -05:00
parent 387a6affdd
commit cf7ee32a29
6 changed files with 163 additions and 0 deletions

BIN
r3ndom-67k/_67k.zip Normal file

Binary file not shown.

View file

@ -0,0 +1 @@
[Here](${_67k_zip}) are 67k binaries, well more accurately 67,139 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
r3ndom-67k/grader.py Normal file
View file

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

149
r3ndom-67k/make_the_bins.py Normal file

File diff suppressed because one or more lines are too long

8
r3ndom-67k/problem.yml Normal file
View file

@ -0,0 +1,8 @@
title: 67k
category: Reverse Engineering
value: 400
author: r3ndom
autogen: false
hint: Maybe write a script.
files:
- _67k.zip

View file

@ -6,3 +6,4 @@ autogen: false
files: files:
- simple-rop.c - simple-rop.c
- simple-rop - simple-rop