8000 GitHub - lucasg/Dependencies at v1.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

License

Notifications You must be signed in to change notification settings

lucasg/Dependencies

Repository files navigation

Dependencies - An open-source modern Depedency Walker

Usage Exemple

Overview

Dependencies is a rewrite of the legacy software Dependency Walker which was shipped along Windows SDKs, but whose developement stopped around 2006. Dependencies can help Windows developers troubleshooting their dll load dependencies issues.

Releases

  • v1.0 -- Initial release

Installation and Usage

Dependencies is currently shipped as a binary (no installer present). Just uncompress the archive and click on it. Since the binary is not signed, SmartScreen might scream at runtime.

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).
  • Min-win dlls are not propertly supported.
  • There is no check between Api Imports and Exports for the moment, only dll presence is supported.
  • No support of esoteric dll load paths (via AppPaths or SxS manifests entries)

Credits and licensing

Special thanks to :

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0