Playing with Pointers — DalCTF 2026

A C program squares each flag byte as a float, then a ‘forgotten’ Quake-style (long)&y type-pun prints the raw IEEE-754 bits as integers; reversing bits→float→sqrt→char recovers the flag.

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

Recipe for Disaster — GPN CTF 2026

A food-ordering binary reads chef notes with gets() into a buffer sitting in front of an int price field, letting an overflow set a negative price that makes the order total negative and prints /flag.

June 5, 2026 · 2 min · 365 words · Th3B0yWh0L1v3d