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

Just now I download Dependencies 1.11.1.0, ran it, pointed it (via dragging) towards a program called Vueminder and Dependencies gave the following output. ![image](https://github.com/lucasg/Dependencies/assets/47056543/5eb6c904-4943-4e30-ae43-308cdb5897a9) It is hard to know what...

I was missing two features in this app so I implemented them.

Dependencies, that had been installed for months/years is today crashing at launch (latest release, windows 10 ) When launched from VS2022 debugger, the earlier exception i get is : System.Windows.Data...

Issue Description: I am currently using dependency software to debug a .dll program, but I encountered an error indicating that something is missing. However, the error message does not provide...

prevent duplicate items in Recent Items menu : File -> Recent Items fix #207, fix #247

1. remove `BinaryCache.FilepathDatabase` to disable loading cache by file path, fix #54 2. lazy-load cached files to reduce memory footprint (WS Shareable) 3. update and use LastAccessTime of cached files...

The initial window size and layout usually do not fit my requirements. So I have to adjust them whenever I open it. I anticipate that these settings will save automatically....

Dependency Walker has this feature. I have implemented this feature as a batch script, please see this: https://gist.github.com/chen3feng/8fc7d04d85ab75f9e0ab187cfbc59ce9 ![image](https://github.com/lucasg/Dependencies/assets/1998410/e1d581e7-ffad-44fd-81ec-ceb98dae5d5a) If you think it is OK, I'd be glad to contribute...

show root module in module list, fix #221