My 1st intro to Windows Kernel
Key Concepts
User-Kernel Interfaces and Implementation
Processor Control Region (PCR)
is a
Windows
kernel mode
data structure
that contains information about the current
processor
. It can be accessed via the fs
segment register
on x86 versions, or the gs
segment register
on x64 versions respectively.
Virtual Memory Space