How to determine a windows executables DLL dependencies programatically?

Posted by Kelly on Stack Overflow See other posts from Stack Overflow or by Kelly
Published on 2009-02-28T01:06:08Z Indexed on 2010/04/09 10:43 UTC
Read the original article Hit count: 517

Filed under:
|
|
|
|

Anybody know how to determine what DLL's a binary depends on using programmatic methods? To be clear, I am not trying to determine the DLL dependencies of the running exec, but of any arbitrary exec (that may be missing a required DLL). I'm looking for a solution to implement in a C/C++ application. This is something that needs to be done by my application at runtime and can't be done by a third party app (like depends).

Thanks. -Kelly

© Stack Overflow or respective owner

Related posts about c++

Related posts about executable