C# Class BananaHook.PatchingHook

Inheritance: IHook
Afficher le fichier Open project: sgraf812/BananaHook

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Apply() public méthode

public Apply ( ) : void
Résultat void

CreateDetour() public méthode

public CreateDetour ( Type delegateType ) : Detour
delegateType System.Type
Résultat Detour

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

PatchingHook() public méthode

public PatchingHook ( IMemory memory, IntPtr targetAddress, byte redirection ) : System
memory IMemory
targetAddress System.IntPtr
redirection byte
Résultat System

Remove() public méthode

public Remove ( ) : void
Résultat void