C# Class BananaHook.Int3Hook

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

Méthodes publiques

Méthode Description
Int3Hook ( IMemory memory, IntPtr targetAddress, IntPtr hookAddress ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AddVectoredExceptionHandler ( int firstHandler, VectoredHandlerDelegate vectoredHandler ) : IntPtr
RemoveVectoredExceptionHandler ( IntPtr handle ) : int
VectoredHandler ( ExceptionPointers exceptionInfo ) : int

Method Details

Dispose() protected méthode

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

Int3Hook() public méthode

public Int3Hook ( IMemory memory, IntPtr targetAddress, IntPtr hookAddress ) : System
memory IMemory
targetAddress System.IntPtr
hookAddress System.IntPtr
Résultat System