C# Class BananaHook.Int3Hook

Inheritance: PatchingHook
Show file Open project: sgraf812/BananaHook

Public Methods

Method Description
Int3Hook ( IMemory memory, IntPtr targetAddress, IntPtr hookAddress ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

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

Method Details

Dispose() protected method

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

Int3Hook() public method

public Int3Hook ( IMemory memory, IntPtr targetAddress, IntPtr hookAddress ) : System
memory IMemory
targetAddress System.IntPtr
hookAddress System.IntPtr
return System