C# 클래스 Statman.Util.ProcessMemoryReader

파일 보기 프로젝트 열기: OrfeasZ/Statman 1 사용 예제들

공개 메소드들

메소드 설명
CloseHandle ( ) : void
OpenProcess ( ) : bool
ProcessMemoryReader ( Process p_Process ) : System
Read ( IntPtr p_MemoryAddress, int p_BytesToRead ) : byte[]
Read ( IntPtr p_MemoryAddress, uint p_BytesToRead, int &p_BytesRead ) : byte[]
Read ( int p_MemoryAddress, int p_BytesToRead, int &p_BytesRead ) : byte[]
Read ( uint p_MemoryAddress, int p_BytesToRead ) : byte[]

비공개 메소드들

메소드 설명
CloseHandle ( IntPtr hObject ) : int
OpenProcess ( uint dwDesiredAccess, int bInheritHandle, uint dwProcessId ) : IntPtr
ReadProcessMemory ( IntPtr hProcess, IntPtr lpBaseAddress, [ buffer, uint size, IntPtr &lpNumberOfBytesRead ) : int

메소드 상세

CloseHandle() 공개 메소드

public CloseHandle ( ) : void
리턴 void

OpenProcess() 공개 메소드

public OpenProcess ( ) : bool
리턴 bool

ProcessMemoryReader() 공개 메소드

public ProcessMemoryReader ( Process p_Process ) : System
p_Process System.Diagnostics.Process
리턴 System

Read() 공개 메소드

public Read ( IntPtr p_MemoryAddress, int p_BytesToRead ) : byte[]
p_MemoryAddress System.IntPtr
p_BytesToRead int
리턴 byte[]

Read() 공개 메소드

public Read ( IntPtr p_MemoryAddress, uint p_BytesToRead, int &p_BytesRead ) : byte[]
p_MemoryAddress System.IntPtr
p_BytesToRead uint
p_BytesRead int
리턴 byte[]

Read() 공개 메소드

public Read ( int p_MemoryAddress, int p_BytesToRead, int &p_BytesRead ) : byte[]
p_MemoryAddress int
p_BytesToRead int
p_BytesRead int
리턴 byte[]

Read() 공개 메소드

public Read ( uint p_MemoryAddress, int p_BytesToRead ) : byte[]
p_MemoryAddress uint
p_BytesToRead int
리턴 byte[]