C# 클래스 Injector.InjectionHelper

파일 보기 프로젝트 열기: jasonpang/Starcraft2Hook 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IpcChannelName string

공개 메소드들

메소드 설명
Inject ( String x86Dll, String x64Dll, int processId ) : void

Injects the 32-bit and (optional) 64-bit DLL into the target process.

IpcServerCreateListeningChannel ( IpcInterface ipcInterface ) : void

메소드 상세

Inject() 공개 정적인 메소드

Injects the 32-bit and (optional) 64-bit DLL into the target process.
public static Inject ( String x86Dll, String x64Dll, int processId ) : void
x86Dll String The filename or full path to the 32-bit DLL.
x64Dll String The filename or full path to the 32-bit DLL.
processId int The process ID to inject to.
리턴 void

IpcServerCreateListeningChannel() 공개 정적인 메소드

public static IpcServerCreateListeningChannel ( IpcInterface ipcInterface ) : void
ipcInterface RemotingInterface.IpcInterface
리턴 void

프로퍼티 상세

IpcChannelName 공개적으로 정적으로 프로퍼티

public static string IpcChannelName
리턴 string