C# Class refw.MemoryPatch

Inheritance: IDisposable
Datei anzeigen Open project: fry/refw

Public Methods

Method Description
Dispose ( ) : void
MemoryPatch ( IntPtr addr, byte patch ) : System

Private Methods

Method Description
VirtualProtect ( IntPtr lpAddress, uint dwSize, uint flNewProtect, uint &lpflOldProtect ) : bool

Method Details

Dispose() public method

public Dispose ( ) : void
return void

MemoryPatch() public method

public MemoryPatch ( IntPtr addr, byte patch ) : System
addr System.IntPtr
patch byte
return System