C# Class Nummer.Cheats.ProcessMemory

Afficher le fichier Open project: Nummer/CheatsLib

Protected Properties

Свойство Type Description
BaseAddress int
MyProcess System.Diagnostics.Process[]
ProcessName string
myProcessModule System.Diagnostics.ProcessModule
processHandle int

Méthodes publiques

Méthode Description
CheckProcess ( ) : bool
CutString ( string mystring ) : string
DllImageAddress ( string dllname ) : int
ImageAddress ( ) : int
ImageAddress ( int pOffset ) : int
MyProcessName ( ) : string
Pointer ( bool AddToImageAddress, int pOffset ) : int
Pointer ( bool AddToImageAddress, int pOffset, int pOffset2 ) : int
Pointer ( bool AddToImageAddress, int pOffset, int pOffset2, int pOffset3 ) : int
Pointer ( bool AddToImageAddress, int pOffset, int pOffset2, int pOffset3, int pOffset4 ) : int
Pointer ( bool AddToImageAddress, int pOffset, int pOffset2, int pOffset3, int pOffset4, int pOffset5 ) : int
Pointer ( bool AddToImageAddress, int pOffset, int pOffset2, int pOffset3, int pOffset4, int pOffset5, int pOffset6 ) : int
Pointer ( string Module, int pOffset ) : int
Pointer ( string Module, int pOffset, int pOffset2 ) : int
Pointer ( string Module, int pOffset, int pOffset2, int pOffset3 ) : int
Pointer ( string Module, int pOffset, int pOffset2, int pOffset3, int pOffset4 ) : int
Pointer ( string Module, int pOffset, int pOffset2, int pOffset3, int pOffset4, int pOffset5 ) : int
Pointer ( string Module, int pOffset, int pOffset2, int pOffset3, int pOffset4, int pOffset5, int pOffset6 ) : int
ProcessMemory ( uint ProcPID ) : System
ReadByte ( bool AddToImageAddress, int pOffset ) : byte
ReadByte ( int pOffset ) : byte
ReadByte ( string Module, int pOffset ) : byte
ReadDouble ( bool AddToImageAddress, int pOffset ) : double
ReadDouble ( int pOffset ) : double
ReadDouble ( string Module, int pOffset ) : double
ReadFloat ( bool AddToImageAddress, int pOffset ) : float
ReadFloat ( int pOffset ) : float
ReadFloat ( string Module, int pOffset ) : float
ReadInt ( bool AddToImageAddress, int pOffset ) : int
ReadInt ( int pOffset ) : int
ReadInt ( string Module, int pOffset ) : int
ReadMem ( int pOffset, int pSize ) : byte[]
ReadMem ( int pOffset, int pSize, bool AddToImageAddress ) : byte[]
ReadShort ( bool AddToImageAddress, int pOffset ) : short
ReadShort ( int pOffset ) : short
ReadShort ( string Module, int pOffset ) : short
ReadStringAscii ( bool AddToImageAddress, int pOffset, int pSize ) : string
ReadStringAscii ( int pOffset, int pSize ) : string
ReadStringAscii ( string Module, int pOffset, int pSize ) : string
ReadStringUnicode ( bool AddToImageAddress, int pOffset, int pSize ) : string
ReadStringUnicode ( int pOffset, int pSize ) : string
ReadStringUnicode ( string Module, int pOffset, int pSize ) : string
ReadUInt ( bool AddToImageAddress, int pOffset ) : uint
ReadUInt ( int pOffset ) : uint
ReadUInt ( string Module, int pOffset ) : uint
StartProcess ( ) : bool
WriteByte ( bool AddToImageAddress, int pOffset, byte pBytes ) : void
WriteByte ( int pOffset, byte pBytes ) : void
WriteByte ( string Module, int pOffset, byte pBytes ) : void
WriteDouble ( bool AddToImageAddress, int pOffset, double pBytes ) : void
WriteDouble ( int pOffset, double pBytes ) : void
WriteDouble ( string Module, int pOffset, double pBytes ) : void
WriteFloat ( bool AddToImageAddress, int pOffset, float pBytes ) : void
WriteFloat ( int pOffset, float pBytes ) : void
WriteFloat ( string Module, int pOffset, float pBytes ) : void
WriteInt ( bool AddToImageAddress, int pOffset, int pBytes ) : void
WriteInt ( int pOffset, int pBytes ) : void
WriteInt ( string Module, int pOffset, int pBytes ) : void
WriteMem ( int pOffset, byte pBytes ) : void
WriteMem ( int pOffset, byte pBytes, bool AddToImageAddress ) : void
WriteShort ( bool AddToImageAddress, int pOffset, short pBytes ) : void
WriteShort ( int pOffset, short pBytes ) : void
WriteShort ( string Module, int pOffset, short pBytes ) : void
WriteStringAscii ( bool AddToImageAddress, int pOffset, string pBytes ) : void
WriteStringAscii ( int pOffset, string pBytes ) : void
WriteStringAscii ( string Module, int pOffset, string pBytes ) : void
WriteStringUnicode ( bool AddToImageAddress, int pOffset, string pBytes ) : void
WriteStringUnicode ( int pOffset, string pBytes ) : void
WriteStringUnicode ( string Module, int pOffset, string pBytes ) : void
WriteUInt ( bool AddToImageAddress, int pOffset, uint pBytes ) : void
WriteUInt ( int pOffset, uint pBytes ) : void
WriteUInt ( string Module, int pOffset, uint pBytes ) : void

Private Methods

Méthode Description
CloseHandle ( int hObject ) : bool
FindWindowByCaption ( int ZeroOnly, string lpWindowName ) : int
OpenProcess ( uint dwDesiredAccess, bool bInheritHandle, int dwProcessId ) : int
ReadProcessMemory ( int hProcess, int lpBaseAddress, byte buffer, int size, int lpNumberOfBytesRead ) : bool
VirtualProtectEx ( int hProcess, int lpAddress, int dwSize, uint flNewProtect, uint &lpflOldProtect ) : bool
WriteProcessMemory ( int hProcess, int lpBaseAddress, byte buffer, int size, int lpNumberOfBytesWritten ) : bool

Method Details

CheckProcess() public méthode

public CheckProcess ( ) : bool
Résultat bool

CutString() public méthode

public CutString ( string mystring ) : string
mystring string
Résultat string

DllImageAddress() public méthode

public DllImageAddress ( string dllname ) : int
dllname string
Résultat int

ImageAddress() public méthode

public ImageAddress ( ) : int
Résultat int

ImageAddress() public méthode

public ImageAddress ( int pOffset ) : int
pOffset int
Résultat int

MyProcessName() public méthode

public MyProcessName ( ) : string
Résultat string

Pointer() public méthode

public Pointer ( bool AddToImageAddress, int pOffset ) : int
AddToImageAddress bool
pOffset int
Résultat int

Pointer() public méthode

public Pointer ( bool AddToImageAddress, int pOffset, int pOffset2 ) : int
AddToImageAddress bool
pOffset int
pOffset2 int
Résultat int

Pointer() public méthode

public Pointer ( bool AddToImageAddress, int pOffset, int pOffset2, int pOffset3 ) : int
AddToImageAddress bool
pOffset int
pOffset2 int
pOffset3 int
Résultat int

Pointer() public méthode

public Pointer ( bool AddToImageAddress, int pOffset, int pOffset2, int pOffset3, int pOffset4 ) : int
AddToImageAddress bool
pOffset int
pOffset2 int
pOffset3 int
pOffset4 int
Résultat int

Pointer() public méthode

public Pointer ( bool AddToImageAddress, int pOffset, int pOffset2, int pOffset3, int pOffset4, int pOffset5 ) : int
AddToImageAddress bool
pOffset int
pOffset2 int
pOffset3 int
pOffset4 int
pOffset5 int
Résultat int

Pointer() public méthode

public Pointer ( bool AddToImageAddress, int pOffset, int pOffset2, int pOffset3, int pOffset4, int pOffset5, int pOffset6 ) : int
AddToImageAddress bool
pOffset int
pOffset2 int
pOffset3 int
pOffset4 int
pOffset5 int
pOffset6 int
Résultat int

Pointer() public méthode

public Pointer ( string Module, int pOffset ) : int
Module string
pOffset int
Résultat int

Pointer() public méthode

public Pointer ( string Module, int pOffset, int pOffset2 ) : int
Module string
pOffset int
pOffset2 int
Résultat int

Pointer() public méthode

public Pointer ( string Module, int pOffset, int pOffset2, int pOffset3 ) : int
Module string
pOffset int
pOffset2 int
pOffset3 int
Résultat int

Pointer() public méthode

public Pointer ( string Module, int pOffset, int pOffset2, int pOffset3, int pOffset4 ) : int
Module string
pOffset int
pOffset2 int
pOffset3 int
pOffset4 int
Résultat int

Pointer() public méthode

public Pointer ( string Module, int pOffset, int pOffset2, int pOffset3, int pOffset4, int pOffset5 ) : int
Module string
pOffset int
pOffset2 int
pOffset3 int
pOffset4 int
pOffset5 int
Résultat int

Pointer() public méthode

public Pointer ( string Module, int pOffset, int pOffset2, int pOffset3, int pOffset4, int pOffset5, int pOffset6 ) : int
Module string
pOffset int
pOffset2 int
pOffset3 int
pOffset4 int
pOffset5 int
pOffset6 int
Résultat int

ProcessMemory() public méthode

public ProcessMemory ( uint ProcPID ) : System
ProcPID uint
Résultat System

ReadByte() public méthode

public ReadByte ( bool AddToImageAddress, int pOffset ) : byte
AddToImageAddress bool
pOffset int
Résultat byte

ReadByte() public méthode

public ReadByte ( int pOffset ) : byte
pOffset int
Résultat byte

ReadByte() public méthode

public ReadByte ( string Module, int pOffset ) : byte
Module string
pOffset int
Résultat byte

ReadDouble() public méthode

public ReadDouble ( bool AddToImageAddress, int pOffset ) : double
AddToImageAddress bool
pOffset int
Résultat double

ReadDouble() public méthode

public ReadDouble ( int pOffset ) : double
pOffset int
Résultat double

ReadDouble() public méthode

public ReadDouble ( string Module, int pOffset ) : double
Module string
pOffset int
Résultat double

ReadFloat() public méthode

public ReadFloat ( bool AddToImageAddress, int pOffset ) : float
AddToImageAddress bool
pOffset int
Résultat float

ReadFloat() public méthode

public ReadFloat ( int pOffset ) : float
pOffset int
Résultat float

ReadFloat() public méthode

public ReadFloat ( string Module, int pOffset ) : float
Module string
pOffset int
Résultat float

ReadInt() public méthode

public ReadInt ( bool AddToImageAddress, int pOffset ) : int
AddToImageAddress bool
pOffset int
Résultat int

ReadInt() public méthode

public ReadInt ( int pOffset ) : int
pOffset int
Résultat int

ReadInt() public méthode

public ReadInt ( string Module, int pOffset ) : int
Module string
pOffset int
Résultat int

ReadMem() public méthode

public ReadMem ( int pOffset, int pSize ) : byte[]
pOffset int
pSize int
Résultat byte[]

ReadMem() public méthode

public ReadMem ( int pOffset, int pSize, bool AddToImageAddress ) : byte[]
pOffset int
pSize int
AddToImageAddress bool
Résultat byte[]

ReadShort() public méthode

public ReadShort ( bool AddToImageAddress, int pOffset ) : short
AddToImageAddress bool
pOffset int
Résultat short

ReadShort() public méthode

public ReadShort ( int pOffset ) : short
pOffset int
Résultat short

ReadShort() public méthode

public ReadShort ( string Module, int pOffset ) : short
Module string
pOffset int
Résultat short

ReadStringAscii() public méthode

public ReadStringAscii ( bool AddToImageAddress, int pOffset, int pSize ) : string
AddToImageAddress bool
pOffset int
pSize int
Résultat string

ReadStringAscii() public méthode

public ReadStringAscii ( int pOffset, int pSize ) : string
pOffset int
pSize int
Résultat string

ReadStringAscii() public méthode

public ReadStringAscii ( string Module, int pOffset, int pSize ) : string
Module string
pOffset int
pSize int
Résultat string

ReadStringUnicode() public méthode

public ReadStringUnicode ( bool AddToImageAddress, int pOffset, int pSize ) : string
AddToImageAddress bool
pOffset int
pSize int
Résultat string

ReadStringUnicode() public méthode

public ReadStringUnicode ( int pOffset, int pSize ) : string
pOffset int
pSize int
Résultat string

ReadStringUnicode() public méthode

public ReadStringUnicode ( string Module, int pOffset, int pSize ) : string
Module string
pOffset int
pSize int
Résultat string

ReadUInt() public méthode

public ReadUInt ( bool AddToImageAddress, int pOffset ) : uint
AddToImageAddress bool
pOffset int
Résultat uint

ReadUInt() public méthode

public ReadUInt ( int pOffset ) : uint
pOffset int
Résultat uint

ReadUInt() public méthode

public ReadUInt ( string Module, int pOffset ) : uint
Module string
pOffset int
Résultat uint

StartProcess() public méthode

public StartProcess ( ) : bool
Résultat bool

WriteByte() public méthode

public WriteByte ( bool AddToImageAddress, int pOffset, byte pBytes ) : void
AddToImageAddress bool
pOffset int
pBytes byte
Résultat void

WriteByte() public méthode

public WriteByte ( int pOffset, byte pBytes ) : void
pOffset int
pBytes byte
Résultat void

WriteByte() public méthode

public WriteByte ( string Module, int pOffset, byte pBytes ) : void
Module string
pOffset int
pBytes byte
Résultat void

WriteDouble() public méthode

public WriteDouble ( bool AddToImageAddress, int pOffset, double pBytes ) : void
AddToImageAddress bool
pOffset int
pBytes double
Résultat void

WriteDouble() public méthode

public WriteDouble ( int pOffset, double pBytes ) : void
pOffset int
pBytes double
Résultat void

WriteDouble() public méthode

public WriteDouble ( string Module, int pOffset, double pBytes ) : void
Module string
pOffset int
pBytes double
Résultat void

WriteFloat() public méthode

public WriteFloat ( bool AddToImageAddress, int pOffset, float pBytes ) : void
AddToImageAddress bool
pOffset int
pBytes float
Résultat void

WriteFloat() public méthode

public WriteFloat ( int pOffset, float pBytes ) : void
pOffset int
pBytes float
Résultat void

WriteFloat() public méthode

public WriteFloat ( string Module, int pOffset, float pBytes ) : void
Module string
pOffset int
pBytes float
Résultat void

WriteInt() public méthode

public WriteInt ( bool AddToImageAddress, int pOffset, int pBytes ) : void
AddToImageAddress bool
pOffset int
pBytes int
Résultat void

WriteInt() public méthode

public WriteInt ( int pOffset, int pBytes ) : void
pOffset int
pBytes int
Résultat void

WriteInt() public méthode

public WriteInt ( string Module, int pOffset, int pBytes ) : void
Module string
pOffset int
pBytes int
Résultat void

WriteMem() public méthode

public WriteMem ( int pOffset, byte pBytes ) : void
pOffset int
pBytes byte
Résultat void

WriteMem() public méthode

public WriteMem ( int pOffset, byte pBytes, bool AddToImageAddress ) : void
pOffset int
pBytes byte
AddToImageAddress bool
Résultat void

WriteShort() public méthode

public WriteShort ( bool AddToImageAddress, int pOffset, short pBytes ) : void
AddToImageAddress bool
pOffset int
pBytes short
Résultat void

WriteShort() public méthode

public WriteShort ( int pOffset, short pBytes ) : void
pOffset int
pBytes short
Résultat void

WriteShort() public méthode

public WriteShort ( string Module, int pOffset, short pBytes ) : void
Module string
pOffset int
pBytes short
Résultat void

WriteStringAscii() public méthode

public WriteStringAscii ( bool AddToImageAddress, int pOffset, string pBytes ) : void
AddToImageAddress bool
pOffset int
pBytes string
Résultat void

WriteStringAscii() public méthode

public WriteStringAscii ( int pOffset, string pBytes ) : void
pOffset int
pBytes string
Résultat void

WriteStringAscii() public méthode

public WriteStringAscii ( string Module, int pOffset, string pBytes ) : void
Module string
pOffset int
pBytes string
Résultat void

WriteStringUnicode() public méthode

public WriteStringUnicode ( bool AddToImageAddress, int pOffset, string pBytes ) : void
AddToImageAddress bool
pOffset int
pBytes string
Résultat void

WriteStringUnicode() public méthode

public WriteStringUnicode ( int pOffset, string pBytes ) : void
pOffset int
pBytes string
Résultat void

WriteStringUnicode() public méthode

public WriteStringUnicode ( string Module, int pOffset, string pBytes ) : void
Module string
pOffset int
pBytes string
Résultat void

WriteUInt() public méthode

public WriteUInt ( bool AddToImageAddress, int pOffset, uint pBytes ) : void
AddToImageAddress bool
pOffset int
pBytes uint
Résultat void

WriteUInt() public méthode

public WriteUInt ( int pOffset, uint pBytes ) : void
pOffset int
pBytes uint
Résultat void

WriteUInt() public méthode

public WriteUInt ( string Module, int pOffset, uint pBytes ) : void
Module string
pOffset int
pBytes uint
Résultat void

Property Details

BaseAddress protected_oe property

protected int BaseAddress
Résultat int

MyProcess protected_oe property

protected Process[],System.Diagnostics MyProcess
Résultat System.Diagnostics.Process[]

ProcessName protected_oe property

protected string ProcessName
Résultat string

myProcessModule protected_oe property

protected ProcessModule,System.Diagnostics myProcessModule
Résultat System.Diagnostics.ProcessModule

processHandle protected_oe property

protected int processHandle
Résultat int