Is there a quick way to hook a dll in c++? I know there is Microsoft\'s Detours thing, but isn\'t there a quick a simple way just to hook a few dll functions?
For examp
I've used this some times ago with success :
http://software.intel.com/en-us/articles/intercepting-system-api-calls/
However I google it and could find something new at code project with great grades :
http://www.codeproject.com/KB/winsdk/LibMinHook.aspx