I know I can use tools like Dependency Walker (and newer rewrites) to answer the question "what DLL dependencies does X have?"
But I have about 100 modules built in our solution, and from years ago zlib.dll
is added into our release. I want to find out which (if any) of our modules require this old DLL without running dependency walker on each.
Is there a way to do this easily?