issues
search
unknownv2
/
CoreHook
A library that simplifies intercepting application function calls using managed code and the .NET Core runtime
MIT License
261
stars
40
forks
source link
Update binary function finding
#20
Closed
unknownv2
closed
6 years ago
unknownv2
commented
6 years ago
Switch to using DetourFindFunction for getting function addresses to allow hooking functions that aren't exports using symbols
Set CoreHook project to output to proper directory (netcoreapp2.1)
Breaks compability with old EasyHook native dlls