Dependencies icon indicating copy to clipboard operation
Dependencies copied to clipboard

A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.

Results 119 Dependencies issues
Sort by recently updated
recently updated
newest added

Thanks for the good and really helpful work. It would be rather nice to be able to copy a needed .dll somewhere - especially, when it is not present in...

I am struggling trying to find a cause for an exe hang. Using a debugger I got a dll missing return error. Using this tool I got exited as it...

I don't know why it shows Parent Import Function of topmost module (exe, dll). Dependency Walker does not show Parent Import Function. This is because topmost module do not have...

Tested on Windows 7 64bit, Dependencies 64bit v1.10.0.0, inspecting MsiCofire.dll 64bit. This DLL has manifest ID 1 containing invalid XML, Dependencies crashes.

Using DependenciesGui.exe on Windows 10 In the module tree, right-click on any module with a space in the Path and select the command "_View Module in separate application_". This will...

Dear Lucas, when I examine an assembly in the gui tool I get this output. ![image](https://user-images.githubusercontent.com/63282771/78641155-0f551480-78b1-11ea-9c8e-c9ee41a7773c.png) When I run the command line: dependencies.exe -imports C:\TEMP\Dicom\dicomnx.dll This is the output I...

Hi, first of all awesome work! The tool is very useful and does definetely look better than the previous version (ie: depends) I believe I came across a bug when...

Keyboard shortcuts (accelerators) are weird and broken. Tested only few, from modules tree view and modules list view. Ctrl+M (Highlight matching module) works well when pressed from context menu, but...

Tested on Windows 7 64bit, Dependencies 64bit v1.10.0.0, inspecting 64bit variants of ODBC32.DLL, ODBCCP32.DLL and SQLSRV32.DLL. Dependency Walker reports that all these DLLs depend on COMCTL32.DLL version 5.82 (the default...

When inspecting an executable which has no manifest embedded (nor has stand alone manifest file), Dependencies reports comctl32.dll from Windows directory, such as `c:\Windows\System32\comctl32.dll`, this is wrong. In reality other...