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 CoreLoad and BinaryInjection projects #86

Closed unknownv2 closed 5 years ago

unknownv2 commented 5 years ago

Refactor ConnectionData.LoadData to make the serialization implementation easier to replace. It is used for parsing the user data passed to CoreLoad to a class from a pointer.