百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
D

Dependencies

> 编程语言
开源

为 Windows 开发人员解决 dll 加载依赖问题,重写了旧的传统软件 "depends.exe" (使用 C#)。

11.7K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

为 Windows 开发人员解决 dll 加载依赖问题,重写了旧的传统软件 "depends.exe" (使用 C#)。

# Dependencies - An open-source modern Dependency Walker ### [Download here](https://github.com/lucasg/Dependencies/releases/download/v1.11.1/Dependencies_x64_Release.zip) #### [(If you're running an AV, use this download instead)](https://github.com/lucasg/Dependencies/releases/download/v1.11.1/Dependencies_x64_Release_.without.peview.exe.zip) NB : due to [limitations on /clr compilation](https://msdn.microsoft.com/en-us/library/ffkc918h.aspx), `Dependencies` needs [Visual C++ Redistributable](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) installed to run properly.

## Overview `Dependencies` is a rewrite of the legacy software [Dependency Walker](http://www.dependencywalker.com/) which was shipped along Windows SDKs, but whose development stopped around 2006. `Dependencies` can help Windows developers troubleshooting their dll load dependencies issues. ## Releases * [v1.11](https://github.com/lucasg/Dependencies/releases/download/v1.11.1/Dependencies_x64_Release.zip) : * lots of bugfixes and incremental improvements * covid pandemic * [v1.10](https://github.com/lucasg/Dependencies/releases/download/v1.10/Dependencies_x64_Release.zip) : * lots of bugfixes and incremental improvements * support of Windows 8.1 apisets parsing * [v1.9](https://github.com/lucasg/Dependencies/releases/download/v1.9/Dependencies_x64_Release.zip) : * Display imports and exports the way Depends.exe does. * Added user customization for search folders and working directory * Added LLVM demangler to availables symbol demangling * Fixed Wow64 FsRedirection bugs * F5 can now refresh the analysis * Added CLR assembly dependencies enumeration * Added a packaging option without Peview.exe (which triggers some AV). * [v1.8](https://github.com/lucasg/Dependencies/releases/download/v1.8/Dependencies_x64_Release.zip) : * Add x86/x64 variants for Dependencies * [v1.7](https://github.com/lucasg/Dependencies/releases/download/v1.7/Dependencies.zip) : * Add CLI tool "dependencies.exe" * [v1.6](https://github.com/lucasg/Dependencies/releases/download/v1.6/Dependencies.zip) : * Add appx packaging * [v1.5](https://github.com/lucasg/Dependencies/releases/download/v1.5/Dependencies.zip) : * Support of Sxs parsing * Support of api set schema parsing * API and Modules list can be filtered * [v1.0](https://github.com/lucasg/Dependencies/releases/download/v1.0/Dependencies.zip) -- Initial release ## Installation and Usage `Dependencies` is currently shipped as two binaries (no installer present) : `Dependencies.exe` as a CLI tool and `DependenciesGui.exe` for its GUI counterpart (see screenshot). Just click on one of the release numbers above (preferably the latest), download and uncompress the archive and run `DependenciesGui.exe`. Since the binary is not signed, `SmartScreen` might scream at runtime. `Dependencies` also bundle `ClrPhTester.exe`, a dumpbin-like executable used to test for non-regressions. `Dependencies` currently does not recursively resolve child imports when parsing a new PE since it can be really memory-hungry to do so ( it can over a GB even for "simple" PEs ). This behavior can be overridden (app-wide) via a property located in "Options->Properties->Tree build behaviour".

Tree build behaviours available : * `ChildOnly` (default) : only process PE child imports and nothing beyond. * `RecursiveOnlyOnDirectImports` : do not process delayload dlls. * `Recursive` : Full recursive analysis. You better have time and RAM on your hands if you activate this setting :

## Limitations At the moment, `Dependencies` recreates features and "features" of `depends.exe`, which means : * Only direct, forwarded and delay load dependencies are supported. Dynamic loading via `LoadLibrary` are not supported (and probably won't ever be). * Support of api set schema redirection since 1.5 * Checks between Api Imports and Exports. * Minimal support of sxs private manifests search only. ## Building Building is pretty straightforward. The only caveat is you need to select the "Debug" or "Release" configuration and "x64" or "x86" platform which may not be the default. ## Credits and licensing Special thanks to : * [ProcessHacker2](https://github.com/processhacker2/processhacker) for : * `phlib`, which does the heavy lifting for processing PE informations. * `peview`, a powerful and lightweight PE informations viewer. * [Dragablz](https://github.com/ButchersBoy/Dragablz) a C#/XAML library which implement dockable and dragable UI elements, and can recreate the [MDI programming model](https://en.wikipedia.org/wiki/Multiple_document_interface) in `WPF`. * @aionescu, @zodiacon and Quarkslab for their public infos on ApiSets schema. * [Thomas levesque's blog](https://www.thomaslevesque.com) which pretty much solved all my `WPF` programming issues. His [`AutoGridSort`](http://www.thomaslevesque.com/2009/08/04/wpf-automatically-sort-a-gridview-continued/) is used in this project * Venkatesh Mookkan [for it's `FilterControl` for ListView used in this project](https://www.codeproject.com/Articles/170095/WPF-Custom-Control-FilterControl-for-ListBox-ListV) * [demumble](https://github.com/nico/demumble) for demangling GCC symbols on Windows

Issues· 141 开放

查看全部 Issues在 GitHub 打开
  • #301

    更新过时的 Visual C++ 可再分发链接

    更新于 2026年9月18日
  • #296

    请删除所有缓存

    更新于 2026年8月14日
  • #299

    对于 Dependencies.exe 的帮助可能会产生误导

    更新于 2026年7月15日
  • #298

    ARM64 支持

    更新于 2026年7月14日
  • #280

    将此存储库转移到另一个位置(组织)

    更新于 2026年5月24日
  • #297

    功能请求: 支持主题

    更新于 2026年4月16日
  • #222

    在使用深色高对比度主题时,GUI 无法阅读

    更新于 2026年4月16日
  • #295

    创建安装程序?

    更新于 2026年2月10日
  • #294

    文件缓存问题

    更新于 2026年2月5日
  • #220

    ext-ms-win-oobe-query-l1-1-0.dll 在哪里?

    更新于 2026年1月4日

> 标签

C#csharpdllwindowswpf

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言