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 serialization test #85

Closed unknownv2 closed 5 years ago

unknownv2 commented 5 years ago

Add SerializationTest class for testing the classes that are passed to the CoreLoad assembly as part of the CoreHook library bootstrapping and start testing that module since it isn't well tested.

Also cleanup some code to improve readability.