C# Class XDEHook.Main

Inheritance: IEntryPoint
Mostrar archivo Open project: andreycha/tangerine

Public Methods

Method Description
Main ( RemoteHooking inContext, string inChannelName ) : System
Run ( RemoteHooking inContext, string inChannelName ) : void

Private Methods

Method Description
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

Method Details

Main() public method

public Main ( RemoteHooking inContext, string inChannelName ) : System
inContext RemoteHooking
inChannelName string
return System

Run() public method

public Run ( RemoteHooking inContext, string inChannelName ) : void
inContext RemoteHooking
inChannelName string
return void