lucasg.DependenciesDependencies is a rewrite of the legacy software Dependency Walker which was shipped along Windows SDKs, but whose development stopped around 2006
$ winget install --id lucasg.Dependencies --exact --version 2.2.0Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.
For Intune admins
Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph — no manual repackaging, no chasing vendor sites.
See Pckgr's app libraryDependencies is a rewrite of the legacy software Dependency Walker which was shipped along Windows
SDKs, but whose development stopped around 2006. Dependencies can help Windows developers
troubleshooting their dll load dependencies issues.
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".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
Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.