public Main(RemoteHooking.IContext InContext, String InChannelName)
 {
     Interface = RemoteHooking.IpcConnectClient <D3DCompileInterface>(InChannelName);
     Interface.WriteConsole("Dll successfully injected.");
 }
Ejemplo n.º 2
0
 public Main(RemoteHooking.IContext InContext, String InChannelName)
 {
     Interface = RemoteHooking.IpcConnectClient<D3DCompileInterface>(InChannelName);
     Interface.WriteConsole("Dll successfully injected.");
 }