Skip to content

DmitrySokolov/dependents-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dependency-tree (graph)

bin-dep-graph.ps1

This script creates a dependency tree (graph) (in GraphML format) for given Windows binary files.

# Examples
.\bin-dep-graph.ps1  -path c:\test  -files *.exe,*.dll
.\bin-dep-graph.ps1  -path c:\test\x,c:\test\y  -files *.dll  -filter *d.dll

Example of Qt5 dependency graph

  1. Create graph using bin-dep-graph.ps1 script:
 .\bin-dep-graph.ps1 -path C:\Dev\Libs\Qt5\bin -file *.dll,*.exe -filter *d.dll,*d.exe
  1. Open .graphml result file in an any app that supports it, for example, in yEd

  2. Select a layout to reorder nodes

Qt5 graph

Releases

No releases published

Packages

No packages published