c++ - Hook functions with no target DLL -


i writing analysis tool exe. have source code of exe know functions uses. need hook couple of specific functions can inspect passed parameters. functions interested not part of dll part of program.

i started using detours write hooking dll intercepts functions calls. wrote hooking dll specify functions hook, unfortunately since there no dll refer to, when compile hooking dll cannot resolve functions names.

how can solve problem?


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -