pr1meM
ctf / pwn / rev
home |
all pwn osint malware-analysis
| blog | tools | links

latest

Fuzzing: stack buffer overflow in ticket parser
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.
Binary Security Mechanisms: Stack Canary
blog · 2026-06-02 · 2 min read
Binary Security Mechanisms: Stack Canary
A brief explanation of the stack canary and how to bypass it
Split - ROP Emporium
writeup · 2026-05-25 · 4 min read
Split - ROP Emporium
ROP Emporium pwn challenge, exploiting using a short ROP chain.
Binary Security Mechanisms: PIE + ASLR
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.
Binary Security Mechanisms: RELRO
blog · 2026-05-17 · 3 min read
Binary Security Mechanisms: RELRO
A breakdown of RELRO, what it does, and how it can be bypassed.
you-know-0xdiablos - HackTheBox (pwn, Easy)
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 →
pr1meM
© 2026 · ctf / pwn / rev