C# 클래스 Nummer.Cheats.AOBScan

파일 보기 프로젝트 열기: Nummer/CheatsLib

보호된 프로퍼티들

프로퍼티 타입 설명
ProcessID uint

공개 메소드들

메소드 설명
AOBScan ( uint ProcessID ) : System
AobScan ( byte Pattern ) : IntPtr

보호된 메소드들

메소드 설명
MemInfo ( IntPtr pHandle ) : void
Scan ( byte sIn, byte sFor ) : IntPtr

비공개 메소드들

메소드 설명
ReadProcessMemory ( IntPtr hProcess, IntPtr lpBaseAddress, byte buffer, uint size, int lpNumberOfBytesRead ) : bool
VirtualQueryEx ( IntPtr hProcess, IntPtr lpAddress, MEMORY_BASIC_INFORMATION &lpBuffer, int dwLength ) : int

메소드 상세

AOBScan() 공개 메소드

public AOBScan ( uint ProcessID ) : System
ProcessID uint
리턴 System

AobScan() 공개 메소드

public AobScan ( byte Pattern ) : IntPtr
Pattern byte
리턴 System.IntPtr

MemInfo() 보호된 메소드

protected MemInfo ( IntPtr pHandle ) : void
pHandle System.IntPtr
리턴 void

Scan() 보호된 메소드

protected Scan ( byte sIn, byte sFor ) : IntPtr
sIn byte
sFor byte
리턴 System.IntPtr

프로퍼티 상세

ProcessID 보호되어 있는 프로퍼티

protected uint ProcessID
리턴 uint