C# 클래스 CellAO_Launcher.Injector

파일 보기 프로젝트 열기: CellAO/CellAO-NightPredator

공개 메소드들

메소드 설명
ResumeProcess ( int PID ) : void

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

SuspendProcess ( int PID ) : void

비공개 메소드들

메소드 설명
OpenThread ( ThreadAccess dwDesiredAccess, bool bInheritHandle, uint dwThreadId ) : IntPtr
ResumeThread ( IntPtr hThread ) : int
SuspendThread ( IntPtr hThread ) : uint

메소드 상세

ResumeProcess() 공개 정적인 메소드

public static ResumeProcess ( int PID ) : void
PID int ///
리턴 void

SearchAndReplace() 공개 정적인 메소드

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

SuspendProcess() 공개 정적인 메소드

public static SuspendProcess ( int PID ) : void
PID int ///
리턴 void