public Main( RemoteHooking.IContext context, string channelName , HookParameter parameter ) { _server = RemoteHooking.IpcConnectClient <HookServer>(channelName); _instance = this; _server.isHook = false; }
public HookLibEP(RemoteHooking.IContext context, string channelName) { _server = RemoteHooking.IpcConnectClient <HookServer>(channelName); }