NativeMethods.PEB ​
Represents the Process Environment Block (PEB) structure.
Kind: Struct
Namespace: ConnectorLib
Public Attributes
byte[]
Reserved1
Reserved bytes.
byte
BeingDebugged
Indicates whether the process is being debugged.
byte[]
Reserved2
Reserved byte.
IntPtr[]
Reserved3
Reserved pointers.
IntPtr
Ldr
Pointer to the loader data.
IntPtr
ProcessParameters
Pointer to the process parameters.
IntPtr[]
Reserved4
Reserved pointers.
IntPtr
AtlThunkSListPtr
Pointer to the ATL thunk SList.
IntPtr
Reserved5
Reserved pointer.
uint
Reserved6
Reserved value.
IntPtr
Reserved7
Reserved pointer.
uint
Reserved8
Reserved value.
uint
AtlThunkSListPtr32
32-bit ATL thunk SList pointer.
IntPtr[]
Reserved9
Reserved pointers.
byte[]
Reserved10
Reserved bytes.
IntPtr
PostProcessInitRoutine
Pointer to the post-process initialization routine.
byte[]
Reserved11
Reserved bytes.
IntPtr[]
Reserved12
Reserved pointers.
uint
SessionId
Session identifier for the process.
