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

Fix empty string check in Linux binary loader #56

Closed unknownv2 closed 5 years ago

unknownv2 commented 5 years ago

Fix empty string check since for Linux the corehook detours module is loaded from /usr/lib (after being installed there) and we do not need to inject it.