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 more tests and use the RemoteHookingConfig class #53

Closed unknownv2 closed 5 years ago

unknownv2 commented 5 years ago

Simplify tests and switch to a class for passing parameters when using the RemoteHooking class.