how to track dlls being loaded into a process?

2019-04-15 17:54发布

I am looking for a tool to trace the dlls being loaded into a process on windows. The app i have is loading managed and unmanaged dlls, but not sure if the managed ones are loading the unmaanged ones. Process Explorer and File Explorer doesn't seem to help much. Any thoughts?? thanks!!

2条回答
Evening l夕情丶
2楼-- · 2019-04-15 18:31

As of version 2.0, Dependency Walker can do dynamic application profiling. This allows you to see what modules a running application is loading, as opposed to just seeing what is in the static import tables.

查看更多
劳资没心,怎么记你
3楼-- · 2019-04-15 18:33

Procmon is the best tool I know of, though its level of detail can be overwhelming.

查看更多
登录 后发表回答