C# 클래스 BananaHook.Int3Hook

상속: PatchingHook
파일 보기 프로젝트 열기: sgraf812/BananaHook

공개 메소드들

메소드 설명
Int3Hook ( IMemory memory, IntPtr targetAddress, IntPtr hookAddress ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
AddVectoredExceptionHandler ( int firstHandler, VectoredHandlerDelegate vectoredHandler ) : IntPtr
RemoveVectoredExceptionHandler ( IntPtr handle ) : int
VectoredHandler ( ExceptionPointers exceptionInfo ) : int

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Int3Hook() 공개 메소드

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