Slide 34
Slide 34 text
1- First, find the beginning of the PROCESS
structure
Because in OS architecture, almost every process
is defined in EPROCESS structure.
2- If we want review running processes in the
system, we need access to any place where
transactions are held.
3- That’s why we will check KPCR (Kernel
Processor Control Region)
ShellCode