added ctrl+f RE problem

This commit is contained in:
Michael Barre 2017-03-11 02:26:42 -06:00
parent db6c6e0ec5
commit bf5eaec7cf
4 changed files with 14 additions and 0 deletions

1
easy-re/description.md Normal file
View file

@ -0,0 +1 @@
This binary has a rather unhelpful message, can you find what it's hiding? [easy-re](easy_re)

BIN
easy-re/easy-re Normal file

Binary file not shown.

4
easy-re/grader.py Normal file
View file

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

9
easy-re/problem.yml Normal file
View file

@ -0,0 +1,9 @@
author: GenericNickname
title: Easy RE
hint: There's only one place the flag could be.
category: Reverse Engineering
autogen: false
programming: false
value: 25
files:
- easy-re