-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchallenge.libsonnet
50 lines (50 loc) · 1.07 KB
/
challenge.libsonnet
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
services: [
{
name: "geelang",
category: "pwn",
clustertype: "team",
},
],
flags: [
{
Flag: "GEEGLE{03MDD98M3Q09MDAMD093WD}",
Points: 500,
},
],
clistaticfiles: [
{
filename: "geelang-compiler",
flags:[
{
name: "type",
value: "totallynotassembly",
},
{
name: "assembly",
value: "stopsayingthat",
},
],
},
{
filename: "/lib/x86_64-linux-gnu/libc.so.6",
},
{
filename: "example-progs-fibonacci.geelang",
},
{
filename: "instructions.md",
},
],
emails: [
{
Sender: "[email protected]",
Title: "This got dumped on my desk",
Body: |||
Tanana gave me this stupid language. He says it's the next generation of computer science, but I told him it's just assembly. Anyway, if you want to try it, we're storing the compiler at <a href="https://geelang.corp.geegle.org">https://geelang.corp.geegle.org</a>.
|||,
DependsOnPoints: 600,
Delay: 1000,
},
],
}