AMAsad Mehmoodinasad0x7.hashnode.dev·Jun 16 · 7 min readPart 1: x86 Architecture for Exploit Developers — Program Memory, the Stack, and CPU RegistersTL;DR — A 32-bit Windows process lives in 0x00000000–0x7FFFFFFF. The stack is a per-thread LIFO area (PUSH/POP) holding arguments, locals, and return addresses, bundled per call into a stack frame (pr00
AMAsad Mehmoodinasad0x7.hashnode.dev·Jun 15 · 3 min readPart 0: Building a Windows Exploit Development Lab with WinDbg (32-bitTL;DR — Build an isolated Windows 10 (1809-era) VM from a legal source (Microsoft Evaluation Center / official ISO). Snapshot it. In the isolated VM only, disable Windows Update and Microsoft Defender00