C# 클래스 XDEHook.Main

상속: IEntryPoint
파일 보기 프로젝트 열기: andreycha/tangerine

공개 메소드들

메소드 설명
Main ( RemoteHooking inContext, string inChannelName ) : System
Run ( RemoteHooking inContext, string inChannelName ) : void

비공개 메소드들

메소드 설명
InstallHook ( ) : bool
PutMessageInQueue ( IntPtr lpBuffer, byte bytes, uint nNumberOfBytesToWrite, Main This ) : void
WaitForHostProcessTermination ( ) : void
WriteFile ( IntPtr hFile, byte lpBuffer, uint nNumberOfBytesToWrite, uint &lpNumberOfBytesWritten, [ lpOverlapped ) : bool
WriteFile_Hooked ( IntPtr hFile, IntPtr lpBuffer, uint nNumberOfBytesToWrite, uint &lpNumberOfBytesWritten, [ lpOverlapped ) : bool

메소드 상세

Main() 공개 메소드

public Main ( RemoteHooking inContext, string inChannelName ) : System
inContext RemoteHooking
inChannelName string
리턴 System

Run() 공개 메소드

public Run ( RemoteHooking inContext, string inChannelName ) : void
inContext RemoteHooking
inChannelName string
리턴 void