C# Класс Injector.InjectionHelper

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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