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: Move memory management code out of the BinaryInjection project #80

Closed unknownv2 closed 5 years ago

unknownv2 commented 5 years ago

and into the CoreHook.Memory project since it fits better there. We also rename the namespaces in the other classes to match this change.