0xNinjaCyclone Blog
Penetration tester and Red teamer
Home
|
About
|
Categories
|
Tags
Category: Exploitdev
2025
Mar 19
[Exploit development] 0A- Dancing with Memory Guards: Breaking Canaries/Cookies, DEP/NX, and ASLR
Feb 19
[Exploit development] 09- Crashing the Stack: A Real-World Guide to Buffer Overflow Exploits
2024
Mar 4
[Exploit development] 08- Buffer Over-Read Attacks and Developing a Real Exploit
Feb 8
[Exploit development] 07- How to do magic with string format bugs
Jan 5
[Exploit development] 06- Dealing with ELF files programmatically
2023
Dec 31
[Exploit development] 05- Dealing with Windows PE files programmatically
Dec 29
[Exploit development] 04- Understanding Binary Files
Dec 17
[Exploit development] 03- Understanding Heap Memory
Dec 13
[Exploit development] 02- Understanding Stack Memory
Dec 12
[Exploit development] 01- Intro