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

Merge the ManagedHook project into the BinaryInjection project #102

Closed unknownv2 closed 5 years ago

unknownv2 commented 5 years ago

Move all code from the ManagedHook project into the BinaryInjection project since it fits better there for the name of the project. We don't need to separate the two since the ManagedHook project was using the BinaryInjection project classes anyways and the ManagedHook name doesn't really describe what it does well.