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

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -