Answer the question
In order to leave comments, you need to log in
How to intercept a call to a DLL from a program?
Good afternoon!
I need to know when a call is made from a program (written in VB, there are no sources, there is a decompiled version) to a DLL (written in unknown language, the structure is visible through Depedency Walker).
In the "source" of the program, I see a huge number of functions, but I know for sure that more than half of them are not used. You need to run some kind of debugger, connect it to the program process and run the program usage scenario, and in the debugger you can see when and what is called from the outside.
Is it real? Can some OllyDbg help to do this, or are there special programs for such actions?
Thanks in advance for any help.
Answer the question
In order to leave comments, you need to log in
Analysis of target DLL exports -> generating shim DLL with logging code -> slipping shim. PROFIT.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question