gatekeeperr
malware analysis / pwn / rev
home |
all pwn rev malware-analysis
| blog | tools | links

blog

Setting Up a Windows Malware Analysis Lab
blog · 2026-07-25 · 4 min read
Setting Up a Windows Malware Analysis Lab
A step-by-step guide to setting up a Windows malware analysis lab in VMware, from installation to essential tools.
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
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.
What is libc, GOT and PLT?
blog · 2026-05-10 · 3 min read
What is libc, GOT and PLT?
Explaining libc, GOT, and PLT and how attackers exploit them for ROP.
gatekeeperr
© 2026 · malware analysis / pwn / rev