glacier ctf 25

This commit is contained in:
2025-11-28 12:20:39 +01:00
parent 4df936a8d9
commit dc96452364
51 changed files with 105301 additions and 0 deletions

BIN
2025/glacier/misc/rfc1035/app Executable file

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,12 @@
import codecs
with open("./pic.txt", "rb") as f:
data = f.read().strip()
binary_data = codecs.decode(data, 'unicode-escape').encode('latin1')
with open("pic.png", "wb") as f:
f.write(binary_data)

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
7ade19dfaccf17665b67c23b1f47d2738a21fa955f912ed76d276af475f0e7af ./app

File diff suppressed because it is too large Load Diff