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 the Windows Process Manager class #84

Closed unknownv2 closed 5 years ago

unknownv2 commented 5 years ago

Rename ExecuteRemoteFunction to ExecuteFunction and combine the code to execute a function using the Windows function CreateRemoteThread to reduce code re-use.