C# Class Nummer.Cheats.AOBScan

Afficher le fichier Open project: Nummer/CheatsLib

Protected Properties

Свойство Type Description
ProcessID uint

Méthodes publiques

Méthode Description
AOBScan ( uint ProcessID ) : System
AobScan ( byte Pattern ) : IntPtr

Méthodes protégées

Méthode Description
MemInfo ( IntPtr pHandle ) : void
Scan ( byte sIn, byte sFor ) : IntPtr

Private Methods

Méthode 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 méthode

public AOBScan ( uint ProcessID ) : System
ProcessID uint
Résultat System

AobScan() public méthode

public AobScan ( byte Pattern ) : IntPtr
Pattern byte
Résultat System.IntPtr

MemInfo() protected méthode

protected MemInfo ( IntPtr pHandle ) : void
pHandle System.IntPtr
Résultat void

Scan() protected méthode

protected Scan ( byte sIn, byte sFor ) : IntPtr
sIn byte
sFor byte
Résultat System.IntPtr

Property Details

ProcessID protected_oe property

protected uint ProcessID
Résultat uint