C# 클래스 Binarysharp.MemoryManagement.Native.ManagedPeb

Class representing the Process Environment Block of a remote process.
상속: RemotePointer
파일 보기 프로젝트 열기: ZenLulz/MemorySharp

공개 메소드들

메소드 설명
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