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 assembly loading and injector #108

Closed unknownv2 closed 5 years ago

unknownv2 commented 5 years ago

Simplify CoreHook plugin loading in a target process using the AssemblyLoader that is more extensible and separated than the old BinaryLoader class. We can use one RemoteFunctionCall class instead of separating them into Native and Managed remote function calls.