C# Class Artemis.Utilities.Memory.MemoryHelpers

Afficher le fichier Open project: SpoinkyNL/Artemis

Méthodes publiques

Méthode Description
FindAddress ( IntPtr pHandle, IntPtr baseAddress, IntPtr staticPointer, int offsets ) : IntPtr
GetProcessIfRunning ( string processName ) : System.Diagnostics.Process

Private Methods

Méthode Description
ReadProcessMemory ( IntPtr hProcess, IntPtr lpBaseAddress, [ lpBuffer, int dwSize, int &lpNumberOfBytesRead ) : bool

Method Details

FindAddress() public static méthode

public static FindAddress ( IntPtr pHandle, IntPtr baseAddress, IntPtr staticPointer, int offsets ) : IntPtr
pHandle System.IntPtr
baseAddress System.IntPtr
staticPointer System.IntPtr
offsets int
Résultat System.IntPtr

GetProcessIfRunning() public static méthode

public static GetProcessIfRunning ( string processName ) : System.Diagnostics.Process
processName string
Résultat System.Diagnostics.Process