An open API service indexing awesome lists of open source software.

https://github.com/lethalbit/depgraph

A python script to generate various graphviz files for analyzing ELF dependency graphs
https://github.com/lethalbit/depgraph

Last synced: 10 months ago
JSON representation

A python script to generate various graphviz files for analyzing ELF dependency graphs

Awesome Lists containing this project

README

          

# depgraph

> **Warning**
> This tool is in early stages of development and may be incomplete or
> dysfunctional. Use at your own risk.

depgraph generates a grphviz file from one or more directories of ELF files showing
the dependency links between them.

## License

depgraph is licensed under the [BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html) and can be found in [LICENSE.software](https://github.com/lethalbit/depgraph/tree/main/LICENSE.software).