If I have a Windows executable, how can I find out which dlls it will load?
I’m just talking about which ones that will be loaded statically, not ones it might load dynamically with something like LoadLibrary.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are utilities that will do this for you.
In the past I’ve used the MS tool (depends.exe) that came with (I think) VB.:
VS2010 VS2012 VS2013 VS2015 Current
and there’s this as well:
http://dependencywalker.com/
and probably others as well.