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

Update ProcessManager to fix 32-bit operating system path bug #83

Closed unknownv2 closed 5 years ago

unknownv2 commented 5 years ago

Also make the process handle private since it isn't needed outside of the class. It can always be updated to be public if needed.