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

Add plugin initialization logging to host #112

Closed unknownv2 closed 5 years ago

unknownv2 commented 5 years ago

Send message information about the state of the plugin loading and initialization from the remote target to the host process and print it to the console. This provides better insight into how the process is going and about any errors that occur such as the plugin arguments from host not matching the number of arguments expected by the plugin's entry point.