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

Simplify process management class #93

Closed unknownv2 closed 5 years ago

unknownv2 commented 5 years ago

Instead of passing in a framework Process class, we give the ProcessManager class an IProcess class because we can extend it to have other properties in the future.