C# Класс Binarysharp.MemoryManagement.Native.ManagedPeb

Class representing the Process Environment Block of a remote process.
Наследование: RemotePointer
Показать файл Открыть проект

Открытые методы

Метод Описание
FindPeb ( SafeMemoryHandle processHandle ) : IntPtr

Finds the Process Environment Block address of a specified process.

Приватные методы

Метод Описание
ManagedPeb ( MemorySharp memorySharp, IntPtr address ) : System

Initializes a new instance of the ManagedPeb class.

Описание методов

FindPeb() публичный статический Метод

Finds the Process Environment Block address of a specified process.
public static FindPeb ( SafeMemoryHandle processHandle ) : IntPtr
processHandle SafeMemoryHandle A handle of the process.
Результат System.IntPtr