C# Class XDEHook.Main

Inheritance: IEntryPoint
Afficher le fichier Open project: andreycha/tangerine

Méthodes publiques

Méthode Description
Main ( RemoteHooking inContext, string inChannelName ) : System
Run ( RemoteHooking inContext, string inChannelName ) : void

Private Methods

Méthode 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 méthode

public Main ( RemoteHooking inContext, string inChannelName ) : System
inContext RemoteHooking
inChannelName string
Résultat System

Run() public méthode

public Run ( RemoteHooking inContext, string inChannelName ) : void
inContext RemoteHooking
inChannelName string
Résultat void