Using PEB to Get Base Address of Kernelbase.dll

0
50

Process Environment Block (PEB) is a user mode data structure which applies over a whole process. It is designed to be used by the application-mode code in the operating system libraries, such as NTDLL.dll, Kernel32.dll. […]

Source: Using PEB to Get Base Address of Kernelbase.dll