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
- 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
-
Open
.graphml
result file in an any app that supports it, for example, in yEd -
Select a layout to reorder nodes