Advanced Windows exploitation

Advanced Windows exploitation

Builds on windows-internals. Targets kernel and driver attack surface, modern mitigations, and bug classes you actually see in real CVEs.

Prereqs

  • windows-internals stages 1–2 completed.
  • WinDbg kernel debugging set up against a target VM.
  • Patience.

Stage 1 — kernel mental model

Stage 2 — kernel bug classes

Stage 3 — modern bypasses and primitives

Process and method

References

  • Connor McGarr — Windows kernel series.
  • hasherezade’s blog — internals reverse engineering.
  • A Guide to Kernel Exploitation (Perla, Oldani) — older but foundational.