C# Class Binarysharp.MemoryManagement.Native.ManagedTeb

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

Méthodes publiques

Méthode Description
FindTeb ( SafeMemoryHandle threadHandle ) : IntPtr

Finds the Thread Environment Block address of a specified thread.

Private Methods

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

Initializes a new instance of the ManagedTeb class.

Method Details

FindTeb() public static méthode

Finds the Thread Environment Block address of a specified thread.
public static FindTeb ( SafeMemoryHandle threadHandle ) : IntPtr
threadHandle SafeMemoryHandle A handle of the thread.
Résultat System.IntPtr