Posts

7 Jul 2025

Shy Code

An antipattern I see often in intertwined code

4 Jul 2025

The Exam I Might Fail (Again)

Giving this test 8 years after the first attempt, at a different place in life

18 Jun 2025

Learning about format string vulnerabilities

Sometime last year, I took part in the company hackathon and came across some nice questions which were fun to solve. This post is about learning how to exploit unsafe uses of printf in C code.