🏡 Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all the functions that are exported by that module, and which of those functions are actually being called by other modules. Another view displays the minimum set of required files, along with detailed information about each file including a full path to the file, base address, version numbers, machine type, debug information, and more. (Text from the website).
See also the Wikipedia page.
Download, install, start. From the File menu select the dll or executable to be analysed. In the example below the dll ExtIOmc_ELAD_FDMDUO.dll is being analysed.
You can ignore the errors shown below.
If an essential dll on which ExtIOmc_ELAD_FDMDUO.dll depends cannot be found the corresponding folder (top left) will be shown in red. In the image below all dlls:
📁 WINUSB,
📁 SETUPAPI,
📁 KERNEL32,
📁 USER32 and
📁 SHELL32
can be loaded, all is good.