unknownv2 / CoreHook

A library that simplifies intercepting application function calls using managed code and the .NET Core runtime
MIT License
259 stars 40 forks source link

Refactor IPC Project #109

Closed unknownv2 closed 5 years ago

unknownv2 commented 5 years ago

Refactor the IPC project and the NamedPipe classes used for communication between the RPC service and the client started from the target process for the FileMonitor examples.

Makes extending the message handling for IPC easier since we can receive and send IMessages instead of string types directly.