C# Class Nummer.Cheats.AOBScan

Datei anzeigen Open project: Nummer/CheatsLib

Protected Properties

Property Type Description
ProcessID uint

Public Methods

Method Description
AOBScan ( uint ProcessID ) : System
AobScan ( byte Pattern ) : IntPtr

Protected Methods

Method Description
MemInfo ( IntPtr pHandle ) : void
Scan ( byte sIn, byte sFor ) : IntPtr

Private Methods

Method Description
ReadProcessMemory ( IntPtr hProcess, IntPtr lpBaseAddress, byte buffer, uint size, int lpNumberOfBytesRead ) : bool
VirtualQueryEx ( IntPtr hProcess, IntPtr lpAddress, MEMORY_BASIC_INFORMATION &lpBuffer, int dwLength ) : int

Method Details

AOBScan() public method

public AOBScan ( uint ProcessID ) : System
ProcessID uint
return System

AobScan() public method

public AobScan ( byte Pattern ) : IntPtr
Pattern byte
return System.IntPtr

MemInfo() protected method

protected MemInfo ( IntPtr pHandle ) : void
pHandle System.IntPtr
return void

Scan() protected method

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

Property Details

ProcessID protected_oe property

protected uint ProcessID
return uint