add decomphose
This commit is contained in:
parent
4aac4e04df
commit
6a817e847b
8 changed files with 25 additions and 1 deletions
BIN
decomphose/decomp1.7z
Normal file
BIN
decomphose/decomp1.7z
Normal file
Binary file not shown.
BIN
decomphose/decomp2.7z
Normal file
BIN
decomphose/decomp2.7z
Normal file
Binary file not shown.
BIN
decomphose/decomp3.7z
Normal file
BIN
decomphose/decomp3.7z
Normal file
Binary file not shown.
BIN
decomphose/decomp4.7z
Normal file
BIN
decomphose/decomp4.7z
Normal file
Binary file not shown.
9
decomphose/description.md
Normal file
9
decomphose/description.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
Image arithmetic is super neat until there's more than two images involved.
|
||||||
|
|
||||||
|
[file 1](${decomp1_7z})
|
||||||
|
|
||||||
|
[file 2](${decomp2_7z})
|
||||||
|
|
||||||
|
[file 3](${decomp3_7z})
|
||||||
|
|
||||||
|
[file 4](${decomp4_7z})
|
4
decomphose/grader.py
Normal file
4
decomphose/grader.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
def grade(autogen, key):
|
||||||
|
if key.find("wh4t_a_5weet_fFLag_2b04e1") != -1:
|
||||||
|
return True, "You got it. Nice construction!"
|
||||||
|
return False, "Sorry, keep trying."
|
11
decomphose/problem.yml
Normal file
11
decomphose/problem.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
author: blockingthesky
|
||||||
|
title: Decomphose
|
||||||
|
category: Forensics
|
||||||
|
autogen: false
|
||||||
|
programming: false
|
||||||
|
value: 300
|
||||||
|
files:
|
||||||
|
- decomp1.7z
|
||||||
|
- decomp2.7z
|
||||||
|
- decomp3.7z
|
||||||
|
- decomp4.7z
|
|
@ -4,6 +4,6 @@ hint: Wow, JPEGs are such an EXcellent Image Format!
|
||||||
category: Forensics
|
category: Forensics
|
||||||
autogen: false
|
autogen: false
|
||||||
programming: false
|
programming: false
|
||||||
value: 30
|
value: 50
|
||||||
files:
|
files:
|
||||||
- lion.jpg
|
- lion.jpg
|
||||||
|
|
Loading…
Reference in a new issue