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

Rename native corehook dll Lh prefix to Detour #51

Closed unknownv2 closed 5 years ago

unknownv2 commented 5 years ago

Remove the Lh prefix from EasyHook and convert it to Detour to match the other functions in our corehook dll for better consistency.