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 project to use the coreload host module #116

Closed unknownv2 closed 5 years ago

unknownv2 commented 5 years ago

Modify project to use the new coreload module at https://github.com/unknownv2/CoreHook.Host.

This module now uses runtime configuration files instead of just the application base as was the case with the corerundll project.

The readme now contains a guideline on using the new module for initializing CoreCLR in the target application.