C++ hooking a dll?

前端 未结 5 1596
我寻月下人不归
我寻月下人不归 2021-02-03 11:26

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

5条回答
  •  隐瞒了意图╮
    2021-02-03 11:59

    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

提交回复
热议问题