C# Class Injector.InjectionHelper

Afficher le fichier Open project: jasonpang/Starcraft2Hook Class Usage Examples

Méthodes publiques

Свойство Type Description
IpcChannelName string

Méthodes publiques

Méthode 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 méthode

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.
Résultat void

IpcServerCreateListeningChannel() public static méthode

public static IpcServerCreateListeningChannel ( IpcInterface ipcInterface ) : void
ipcInterface RemotingInterface.IpcInterface
Résultat void

Property Details

IpcChannelName public_oe static_oe property

public static string IpcChannelName
Résultat string