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

Test: Add complex parameter plugin test #90

Closed unknownv2 closed 5 years ago

unknownv2 commented 5 years ago

Test loading a CoreHook plugin with a class as an argument to make sure we can pass classes remotely instead of just types like strings as in the test plugin SimpleHook1.