Part 0: Building a Windows Exploit Development Lab with WinDbg (32-bit
An isolated Windows 10 VM + the 32-bit Debugging Tools for Windows — the prerequisite for the whole OSED journey
Jun 15, 20263 min read3

Search for a command to run...

Series
A structured, hands-on path through Windows exploit development — from building an isolated WinDbg lab, through x86 architecture and debugger fundamentals, toward memory corruption and exploitation techniques. Each post is a lab-style walkthrough with real assembly, WinDbg commands, and practical steps. Aimed at intermediate security practitioners (OSCP-level and up).
An isolated Windows 10 VM + the 32-bit Debugging Tools for Windows — the prerequisite for the whole OSED journey

The foundation behind every buffer overflow — memory layout, the stack, calling conventions, and the registers that matter
