C# Class BananaHook.Specs.InProcessMemory

Inheritance: IMemory
Datei anzeigen Open project: sgraf812/BananaHook

Public Methods

Method Description
ReadBytes ( IntPtr address, int count ) : byte[]
WriteBytes ( IntPtr address, byte bytes ) : void

Method Details

ReadBytes() public method

public ReadBytes ( IntPtr address, int count ) : byte[]
address System.IntPtr
count int
return byte[]

WriteBytes() public method

public WriteBytes ( IntPtr address, byte bytes ) : void
address System.IntPtr
bytes byte
return void