C# Class BananaHook.Specs.describe_IHook

Inheritance: NSpec.nspec
Datei anzeigen Open project: sgraf812/BananaHook

Protected Methods

Method Description
CreateHook ( IMemory memory, IntPtr targetAddress, IntPtr hookAddress ) : IHook

Private Methods

Method Description
Hook ( double d ) : int
before_each ( ) : void
when_the_hooked_function_is_called ( ) : void

Method Details

CreateHook() protected abstract method

protected abstract CreateHook ( IMemory memory, IntPtr targetAddress, IntPtr hookAddress ) : IHook
memory IMemory
targetAddress System.IntPtr
hookAddress System.IntPtr
return IHook