Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.
On a Windows XP Professional SP3 with Internet Explorer 8 box, when I run Dependency Walker on an executable of mine …
internet-explorer-8 dll dependency-walker windows-xp-sp3How do I determine the dependencies of a .NET application? Does Dependency Walker work with managed apps? I've downloaded the …
.net dll dependencies dependency-walkerI'm having an issue with regards to registering a *.dll under Windows 7 x64. I've tried placing the *.dll in both, …
c++ windows dll regsvr32 dependency-walkerI have been trying to resolve .dll dependencies for the executable file with Dependency Walker. Currently, I am getting missing .…
windows dll visual-studio-2013 dependencies dependency-walkerI tried to open kernel32.dll using Dependency Walker on Windows 10. I got the following error and warning: Error: At …
windows-10 dependency-walkerWhat is the equivalent of Linux's ldd on Windows?
windows linker shared-libraries ldd dependency-walkerI am having a dll and which I am opening into the dependency walker with platform visual studio 2003 and OS …
c++ dll dependency-walkerI need a tool to show all the shared library dependencies in some graphical way, not just with ldd on …
linux unix shared-libraries dependency-walkerI am having some problems using one of the Dlls in my application and I ran dependency walker on it. …
c# c++ dll pinvoke dependency-walkerI've a dll which I've built in Windows7 (64bit OS) in 'Win32' platform. Unfortunately, when I import this dll …
c++ dllimport dependency-walker