latest
blog · 2026-07-09 · 4 min read
Fuzzing: stack buffer overflow in ticket parser
First fuzzing exercise: used AFL++ and ASan to find and exploit a stack buffer overflow in a custom C program, hijacking RIP to reach a win() function.
blog · 2026-06-02 · 2 min read
Binary Security Mechanisms: Stack Canary
A brief explanation of the stack canary and how to bypass it
writeup · 2026-05-25 · 4 min read
Split - ROP Emporium
ROP Emporium pwn challenge, exploiting using a short ROP chain.
blog · 2026-05-18 · 3 min read
Binary Security Mechanisms: PIE + ASLR
A breakdown of PIE + ASLR, what they do, how they're connected, and how to bypass them.
blog · 2026-05-17 · 3 min read
Binary Security Mechanisms: RELRO
A breakdown of RELRO, what it does, and how it can be bypassed.
writeup · 2026-05-13 · 2 min read
you-know-0xdiablos - HackTheBox (pwn, Easy)
HackTheBox easy pwn challenge - ret2win with stack-based buffer overflow and parameter passing.
1 / 2
next →