Sharing is Caring: Arbitrary Code Execution for BreakfastBinary exploitation in C++, gadget mania, and a new form of deserialization attack.2025‑10‑0310 minute readctf pwn cpp
Reverse Engineering a Siemens Programmable Logic Controller for Funs and Vulns (CVE-2024-54089, CVE-2024-54090 & CVE-2025-40757)When security by obscurity breaks...2025‑09‑129 minute readresearch embedded reverse
Output-Invariant and Time-Based Testing – Practical Techniques for Black-Box Enumeration of LLMsAbusing inherent context and sluggishness in LLMs for stealthy enumeration of prompt injection points.2025‑05‑0912 minute readinfosec ai notes
Dynamic Views Loading – Abusing Server Side Rendering in DrogonWhat could go wrong releasing a C++ web server with "live reload" into the wild?2024‑08‑188 minute readinfosec cpp ctf
Automating Boolean-Based SQL Injection with PythonHow to be efficiently lazy at finding hidden gems in predictable places – Database Edition2024‑08‑105 minute readinfosec sql python
Optimising Web Icons for FunEjecting unused cargo for leaner performance.2024‑05‑236 minute readprogramming web performance
HKCERT CTF 2023 – Decompetition: Vitamin C++A beginner-friendly writeup to reverse-engineering C++ a lá decompetition. Years of complex shenanigans condensed!2023‑11‑168 minute readctf reverse cpp
Site Updates and Migration to Cloudflare PagesImprovements, Optimisations, and a Better Stack with Cloudflare Hosting2023‑11‑096 minute readmeta web
N[Subtype Metaprogramming] is N[Mostly Harmless]Inheritance go brrrrrrrr... abusing turing-complete typesystems to write fun programs in Python.2023‑10‑028 minute readctf types python
HITCON 2023 – The BladeBeginner-friendly writeup for a nifty Rust reversing challenge.2023‑09‑206 minute readctf reverse rust
DUCTF 2023 – Wrong SignalYou straight to oops(). Right away.2023‑09‑042 minute readctf reverse python
AOC 2021 Day 22 – Reactor RebootReboot reactors from a submarine using set theory.2022‑12‑026 minute readprogramming aoc rust
HKCERT CTF 2022 – C++harming WebsiteA harming website? Hope it doesn't harm my sleep!2022‑11‑154 minute readctf reverse cpp
HKCERT CTF 2022 – Base64 EncryptionFrequency analysis with a touch of heuristics.2022‑11‑143 minute readctf cryptography python
AOC 2021 Day 24 – No UFinally a reverse engineering challenge in Advent of Code.2022‑08‑254 minute readaoc python reverse
AOC 2021 Day 16 – Parser Combinator FunDecoding packets with monads.2022‑08‑235 minute readprogramming aoc haskell
TAMUctf 2022 – LabyrinthUsing CFGs to solve a control-flow maze.2022‑04‑224 minute readctf reverse python