D
D
deleted-sh_fi5t2013-12-27 17:59:42
reverse engineering
deleted-sh_fi5t, 2013-12-27 17:59:42

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

3 answer(s)
A
alexesDev, 2013-12-27
@deleted-sh_fi5t

With the usual ollydbg, you can put a breakpoint on the WinApi file reading functions and see everything ...

I
Ilya Grom, 2013-12-27
@Gromobanan777

Good old Process Explorer .
Ctrl+F and enter the address where the library is located.

V
Volodymyr S., 2014-12-31
@VYBGSS

Process Hacker, Ctrl + F.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question