Advanced Exploit Development: Return-Oriented Programming (ROP)

ROP is an advanced exploit technique, bypassing DEP & ASLR by chaining code snippets (gadgets) for arbitrary code execution without new executable code.

June 13, 2023 · 14 min · UncleSp1d3r

Advanced Exploit Development: Heap Spraying Techniques

This article explores advanced heap spraying techniques used by red teams and pen testers to exploit vulnerabilities in software applications, including non-ASLR and ASLR-based heap spraying, and Unicode heap spraying, with real-world examples and tools.

May 8, 2023 · 34 min · UncleSp1d3r