C# Class CellAO_Launcher.Injector

Mostra file Open project: CellAO/CellAO-NightPredator

Public Methods

Method Description
ResumeProcess ( int PID ) : void

SearchAndReplace ( int ProcessId, IntPtr processHandle, string search, string replace ) : bool

SuspendProcess ( int PID ) : void

Private Methods

Method Description
OpenThread ( ThreadAccess dwDesiredAccess, bool bInheritHandle, uint dwThreadId ) : IntPtr
ResumeThread ( IntPtr hThread ) : int
SuspendThread ( IntPtr hThread ) : uint

Method Details

ResumeProcess() public static method

public static ResumeProcess ( int PID ) : void
PID int ///
return void

SearchAndReplace() public static method

public static SearchAndReplace ( int ProcessId, IntPtr processHandle, string search, string replace ) : bool
ProcessId int ///
processHandle System.IntPtr ///
search string ///
replace string ///
return bool

SuspendProcess() public static method

public static SuspendProcess ( int PID ) : void
PID int ///
return void