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

I'm a huge fan of this project, and it helped me countless times. Based on this idea, I built a PowerShell module I'd like you to take a look. Thank...

DependenciesGui/Properties/Settings.settings is missing the "BinaryCacheOptionValue" that are now present on the master branch. This obviously doesn't affect the binary dist, but it took me a few extra minutes trying to...

First of all, great software. Easy to use and very powerful. I have a question on the meaning of objects shown on the GUI. ![image](https://github.com/lucasg/Dependencies/assets/42531982/b62202ae-2877-45c4-b590-0304d0cd9638) what are the meaning of...

Testing changes on windows 11, Visual Studio 2022.

I'm attempting to get the dependencies of my app Analyze.exe on Windows 11. One dependency is cfitsio.dll, and it depends on MSVCR100.dll. All three of these files are in the...

![image](https://user-images.githubusercontent.com/57487468/219955206-75e32939-a62c-43ab-8b38-1e124073bc52.png) 1. What does the arrow mean here? What is the relationship between the dll on the right of the arrow and the dll on the left? 2. What is...

When clicking on the executable in the treeview ![image](https://user-images.githubusercontent.com/2055446/209898643-3a57cb62-352c-4b2f-a7cc-ad0f27d7151b.png) DependenciesGui crashes with the stack trace shown below ![image](https://user-images.githubusercontent.com/2055446/209898604-82e68410-a106-4621-b7d5-c0113016d747.png) It's a 100% repeatable event for me, so hopefully would be easy...

There are multiple issues. First of all, it has to show the module I opened at the top. Specifically, I wanted to check if a dll is a x86 or...

Hi, Does anyone have this same problem as me? How do I use this program?

The README says > Dependencies is currently shipped as two binaries Yet, I downloaded `Dependencies_x64_Release.zip` and saw this within my zip-handling program: ![image](https://github.com/lucasg/Dependencies/assets/47056543/79338997-5b45-4d88-a71f-af8297ea3c67) Still: thank you for the software!