added ctrl+f RE problem
This commit is contained in:
parent
db6c6e0ec5
commit
bf5eaec7cf
4 changed files with 14 additions and 0 deletions
1
easy-re/description.md
Normal file
1
easy-re/description.md
Normal 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
BIN
easy-re/easy-re
Normal file
Binary file not shown.
4
easy-re/grader.py
Normal file
4
easy-re/grader.py
Normal 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
9
easy-re/problem.yml
Normal 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
|
Loading…
Reference in a new issue