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: Remove WaitForDebugger option for initializing CoreCLR #98

Closed unknownv2 closed 5 years ago

unknownv2 commented 5 years ago

Remove the WaitForDebugger option since we are removing it from the CoreHook.Host corerundll project to simplify/reduce the code.