EasyHook, .NET Remoting sharing interface between both client and server?
问题 How can both the IPC client and IPC server call the shared remoting interface (the class inheriting MarshalByRefObject) to communicate, without having to put the interface class inside in the injecting application? For example, if I put the interface class in the injected library project that gets injected into my target process, my injecting application cannot reference that interface. Edit: I have answered the question below. 回答1: As of EasyHook Commit 66751 (tied to EasyHook 2.7 alpha), it