C# Class Binarysharp.MemoryManagement.Native.ManagedPeb

Class representing the Process Environment Block of a remote process.
Inheritance: RemotePointer
Afficher le fichier Open project: ZenLulz/MemorySharp

Méthodes publiques

Méthode Description
FindPeb ( SafeMemoryHandle processHandle ) : IntPtr

Finds the Process Environment Block address of a specified process.

Private Methods

Méthode Description
ManagedPeb ( MemorySharp memorySharp, IntPtr address ) : System

Initializes a new instance of the ManagedPeb class.

Method Details

FindPeb() public static méthode

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