开发者

How to find out which DLLs another EXE/DLL depend on via dynamic runtime loading?

开发者 https://www.devze.com 2023-01-28 16:25 出处:网络
I\'ve tried Dependency Walker, bu开发者_Python百科t when I run the exe in profile, Dependency Walker froze.Process Explorer shows all DLLs loaded by application.Loaded dll in an exe are located in the

I've tried Dependency Walker, bu开发者_Python百科t when I run the exe in profile, Dependency Walker froze.


Process Explorer shows all DLLs loaded by application.


Loaded dll in an exe are located in the Data Directory-Import Table section. Loading the executable in studPE and looking at the "functions" tab will give you the list of dlls.

You could also load the program in OllyDbg and press Alt+E (or menu view->executable modules) to see a list of dll's

0

精彩评论

暂无评论...
验证码 换一张
取 消