Skip to content

Commit 5210a67

Browse files
committed
Updated problem of the week
1 parent 5e55d0d commit 5210a67

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

public/problems/mutlock.zip

-1.11 KB
Binary file not shown.

src/pages/weekly-problem.astro

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,22 @@ import Layout from "../layouts/Layout.astro";
88

99
<Layout title="Weekly Problem | Status 418" description="">
1010
<!-- Hero -->
11-
<Hero upper="Weekly Problem" title="Mutlock">
12-
<Tag type="border" color="#058F00" text="Crypto" />
11+
<Hero upper="Weekly Problem" title="Function Overwrite">
12+
<Tag type="border" color="#E01A00" text="PWN" />
1313
</Hero>
1414

1515
<!-- Banner -->
1616
<Banner
1717
icon="archive"
1818
text="Download Problem"
19-
url="/problems/mutlock.zip"
19+
url="https://play.picoctf.org/practice/challenge/272"
2020
/>
2121
<Spacer />
2222

2323
<!-- Text -->
2424
<section>
2525
<p>
26-
I have developed a new and amazing encryption technique to secure my
27-
most precious secret. You will never be able to break it!
28-
</p><br />
29-
<p>And don't say it three times.</p>
26+
You can point to all kinds of things in C. Checkout our function pointers demo program.
27+
</p>
3028
</section>
3129
</Layout>

0 commit comments

Comments
 (0)