C# Class Injector.InjectionHelper

ファイルを表示 Open project: jasonpang/Starcraft2Hook Class Usage Examples

Public Properties

Property Type Description
IpcChannelName string

Public Methods

Method Description
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

Method Details

Inject() public static method

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.
return void

IpcServerCreateListeningChannel() public static method

public static IpcServerCreateListeningChannel ( IpcInterface ipcInterface ) : void
ipcInterface RemotingInterface.IpcInterface
return void

Property Details

IpcChannelName public_oe static_oe property

public static string IpcChannelName
return string