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: Add separate interfaces for thread creation and module load… #121

Closed unknownv2 closed 5 years ago

unknownv2 commented 5 years ago

…ing for the Process Manager

Since we don't need all methods of the process manager for the classes used to implement the .NET assembly loader, we can reduce the class dependencies.