lucasg.Dependencies 2.2.0

Dependencies is a rewrite of the legacy software Dependency Walker which was shipped along Windows SDKs, but whose development stopped around 2006

Dependencies 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

Command Line

Info

  • last updated 5/3/2025 12:00:00 AM
  • Publisher: lucasg
  • License: MIT

Dependencies

No dependency information