C# Class BananaHook.Infrastructure.Patch

Inheritance: IDisposable
Datei anzeigen Open project: sgraf812/BananaHook Class Usage Examples

Public Methods

Method Description
Apply ( ) : void
Dispose ( ) : void
Patch ( IMemory memory, IntPtr targetAddress, byte replaceWith ) : System
Remove ( ) : void

Method Details

Apply() public method

public Apply ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Patch() public method

public Patch ( IMemory memory, IntPtr targetAddress, byte replaceWith ) : System
memory IMemory
targetAddress System.IntPtr
replaceWith byte
return System

Remove() public method

public Remove ( ) : void
return void