C# Class CellAO_Launcher.Injector

Afficher le fichier Open project: CellAO/CellAO-NightPredator

Méthodes publiques

Méthode Description
ResumeProcess ( int PID ) : void

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

SuspendProcess ( int PID ) : void

Private Methods

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

Method Details

ResumeProcess() public static méthode

public static ResumeProcess ( int PID ) : void
PID int ///
Résultat void

SearchAndReplace() public static méthode

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

SuspendProcess() public static méthode

public static SuspendProcess ( int PID ) : void
PID int ///
Résultat void