Windows Kernel Security Overview This skill covers Windows kernel internals that matter for game security research: object callbacks, process and image notifications, APC behavior, driver loading, trust enforcement, memory manager structures, and the bookkeeping anti-cheats inspect to detect hostile drivers or hidden executable code. README Coverage - - - - (cross-reference with game-hacking skill) - - - - - - - - - - Core Kernel Concepts Important Structures - EPROCESS / ETHREAD - KTHREAD / KAPC / KAPC STATE - MMVAD / VAD tree nodes - PEB / TEB - DRIVER OBJECT - DEVICE OBJECT - IRP (I/O Requ…