Answer the question
In order to leave comments, you need to log in
How to see what files a DLL is accessing?
There is a dll that the application uses and I know for sure that this lib refers to some files on the screw. Is it possible to monitor these calls with some software? I tried Process Monitor, I couldn't find the dll monitoring options there (I didn't look well, apparently).
Answer the question
In order to leave comments, you need to log in
With the usual ollydbg, you can put a breakpoint on the WinApi file reading functions and see everything ...
Good old Process Explorer .
Ctrl+F and enter the address where the library is located.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question