C# Class BananaHook.Specs.describe_IHook

Inheritance: NSpec.nspec
Afficher le fichier Open project: sgraf812/BananaHook

Méthodes protégées

Méthode Description
CreateHook ( IMemory memory, IntPtr targetAddress, IntPtr hookAddress ) : IHook

Private Methods

Méthode Description
Hook ( double d ) : int
before_each ( ) : void
when_the_hooked_function_is_called ( ) : void

Method Details

CreateHook() protected abstract méthode

protected abstract CreateHook ( IMemory memory, IntPtr targetAddress, IntPtr hookAddress ) : IHook
memory IMemory
targetAddress System.IntPtr
hookAddress System.IntPtr
Résultat IHook