RegDllView
RegDllView is a small utility that displays the list of all registered dll/ocx/exe files (COM registration)
Dependency Walker is a free utility that extracts a hierarchal tree of dependencies from any 32- or 64-bit Windows executable module (EXE, DLL, OCX, SYS, DRV, etc.), including those that were built for Windows CE.
dependency walker is a free utility that extracts a hierarchal tree of dependencies from any 32 or 64bit windows executable module (exe, dll, ocx, sys, drv, etc.), including those that were built for windows ce. for each dependency, it lists all function exports as well as the exports that are actually being used by other modules (imports). dependency walker displays detailed information about each module including the full path to the file, base address, version number, machine type, debug information, and more.
development debugger dependencies dependency-hell depends dll exe exports extern imports linker ocx portable-executable