C# Class Binarysharp.MemoryManagement.Native.ManagedPeb

Class representing the Process Environment Block of a remote process.
Inheritance: RemotePointer
Show file Open project: ZenLulz/MemorySharp

Public Methods

Method Description
FindPeb ( SafeMemoryHandle processHandle ) : IntPtr

Finds the Process Environment Block address of a specified process.

Private Methods

Method Description
ManagedPeb ( MemorySharp memorySharp, IntPtr address ) : System

Initializes a new instance of the ManagedPeb class.

Method Details

FindPeb() public static method

Finds the Process Environment Block address of a specified process.
public static FindPeb ( SafeMemoryHandle processHandle ) : IntPtr
processHandle SafeMemoryHandle A handle of the process.
return System.IntPtr