windows - How do I find out which dlls an executable will dynamically load? -
the opposite of question: how find out dlls executable load?
in other words, when program uses loadlibrary() or loadlibraryex(), how list of dlls it's looking for, , if possible it's looking them ? , recursively because dll can load one...
Comments
Post a Comment