Readded 67k, changed something in simple rop, hopefully works.
This commit is contained in:
parent
387a6affdd
commit
cf7ee32a29
6 changed files with 163 additions and 0 deletions
BIN
r3ndom-67k/_67k.zip
Normal file
BIN
r3ndom-67k/_67k.zip
Normal file
Binary file not shown.
1
r3ndom-67k/description.md
Normal file
1
r3ndom-67k/description.md
Normal 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
4
r3ndom-67k/grader.py
Normal 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
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
8
r3ndom-67k/problem.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
title: 67k
|
||||
category: Reverse Engineering
|
||||
value: 400
|
||||
author: r3ndom
|
||||
autogen: false
|
||||
hint: Maybe write a script.
|
||||
files:
|
||||
- _67k.zip
|
|
@ -6,3 +6,4 @@ autogen: false
|
|||
files:
|
||||
- simple-rop.c
|
||||
- simple-rop
|
||||
|
||||
|
|
Loading…
Reference in a new issue