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

Releases **1.11** and **1.11.1** don't include **peview.exe**. Specifically: 1.11\Dependencies_x64_Debug.zip 1.11\Dependencies_x64_Release.zip 1.11\Dependencies_x86_Debug.zip 1.11\Dependencies_x86_Release.zip 1.11.1\Dependencies_x64_Debug.zip 1.11.1\Dependencies_x64_Release.zip 1.11.1\Dependencies_x86_Debug.zip 1.11.1\Dependencies_x86_Release.zip

The windows 10 system event log said: Application: DependenciesGui.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.UnauthorizedAccessException at MS.Internal.Text.TextInterface.Native.Util.ConvertHresultToException(Int32) at MS.Internal.Text.TextInterface.FontList.get_Item(UInt32) at...

1. Open the DLL and check the exported functions, and then keep the 'Dependencies' program opening status. 2. Recompile the source code and add some exported functions/do some changes in...

I am exploring a package where I get ext-ms-win-oobe-query-l1-1-0.dll as misssing error. Rest everything is fine. ![172793129-c4a419bf-a821-4767-b695-75889073aa06](https://user-images.githubusercontent.com/107162465/172839368-1cc34e29-4291-4f75-9417-e917adf182b9.png)

It supports the amd64 emulation function in arm64 os such as surface pro x.

show root module in module list, fix #221

![image](https://user-images.githubusercontent.com/5117197/176449027-eea0e1ef-fa78-4954-8ad5-47260903ddd0.png) All of the ListViews seem to hard-code the white background color, while the font color gets overridden by the dark high contrast theme to be white as well. This...

I have a simple win32 executable `test.exe`, it depends on only kernel32.dll. The module tree is same in DependenicesGUI, and in depends. But the modules info list in DependenicesGUI, is...

Currently distributed binaries are not signed due to many reasons, but we can sign build output ourselves using self-signed cert. First is to create a self-signed cert, which can be...