Thursday, March 24, 2011

How do I find out which dlls an executable will load?

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.

From stackoverflow

0 comments:

Post a Comment