Baby Android — DalCTF 2026

A single APK whose UI claims there’s nothing to see — the flag is split into three pieces hidden in a MainActivity field, a string resource, and a Compose theme getter.

June 6, 2026 · 5 min · 1062 words · Th3B0yWh0L1v3d

Bit Miner — DalCTF 2026

An idle/clicker TCP game whose shop checks affordability against a stale cached balance but deducts from a fresh re-read; racing two sessions as the same user underflows an unsigned long to ~1.8e19 bits and buys the flag.

June 6, 2026 · 8 min · 1545 words · Th3B0yWh0L1v3d

Do You Know The Way? — DalCTF 2026

A UPX-packed, unstripped crackme lays its 44-byte check out as 44 independent per-character functions; emulating each with Unicorn brute-forces the flag one byte at a time, sidestepping a rand()-based anti-dynamic trap.

June 6, 2026 · 9 min · 1753 words · Th3B0yWh0L1v3d

Haskell2 — DalCTF 2026

A stripped compiler for an invented language is reverse-engineered from its error strings and codegen templates; the recovered grammar exposes an intended read file primitive that simply prints flag.txt — no exploit required.

June 6, 2026 · 9 min · 1770 words · Th3B0yWh0L1v3d