Skip to content

Windows Exploit Development & Reverse Engineering

Advanced resources for Windows internals, vulnerability research, and offensive programming. Learn to reverse engineer binaries, discover zero-day vulnerabilities, and develop sophisticated exploits.

Get-Courses

Segment Heap Internals

Segment Heap Internals

Segment Heap Internals is a deep technical course that takes you through every layer of…
View Course →
NT Heap Internals

NT Heap Internals

Dive deep into the architecture of modern Windows memory management with this advanced course on…
View Course →
NT Heap Exploitation

NT Heap Exploitation

Go from basic memory corruption to reliable code execution. This hands-on, practical course teaches you…
View Course →

Get-LatestBlogPosts

Patch Diffing Windows: MSU Internals and Helper Scripts

Patch diffing Windows binaries is one of the most direct paths into vulnerability research, n-day exploit development, and Windows internals.…
Read More →

The Real LFH Activation Behavior (NT Heap)

It has long been known that the LFH activates around the 17th allocation. However, those who have experimented with this…
Read More →

WinAFL EXE Fuzzing

Info: The relevant code for this post can be found here: https://github.com/0xZ0F/WinAFLEXEHarness There are a handful of great guides on…
Read More →

Extending PE Sections

Warning: A basic understanding of the PE header is assumed. Tip: Source code referenced can be found under my “PESENT”…
Read More →

Heap CTF: LevelOne

This CTF mimics some of the real heap exploits I’ve seen and made. It aims to provide unique challenges while…
Read More →