C# Class BananaHook.PatchingHook

Inheritance: IHook
Show file Open project: sgraf812/BananaHook

Public Methods

Method Description
Apply ( ) : void
CreateDetour ( Type delegateType ) : Detour
Dispose ( ) : void
PatchingHook ( IMemory memory, IntPtr targetAddress, byte redirection ) : System
Remove ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Apply() public method

public Apply ( ) : void
return void

CreateDetour() public method

public CreateDetour ( Type delegateType ) : Detour
delegateType System.Type
return Detour

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

PatchingHook() public method

public PatchingHook ( IMemory memory, IntPtr targetAddress, byte redirection ) : System
memory IMemory
targetAddress System.IntPtr
redirection byte
return System

Remove() public method

public Remove ( ) : void
return void