C# Class Binarysharp.MemoryManagement.Native.ManagedTeb

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

Public Methods

Method Description
FindTeb ( SafeMemoryHandle threadHandle ) : IntPtr

Finds the Thread Environment Block address of a specified thread.

Private Methods

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

Initializes a new instance of the ManagedTeb class.

Method Details

FindTeb() public static method

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