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
- Host: GitHub
- URL: https://github.com/lethalbit/depgraph
- Owner: lethalbit
- License: bsd-3-clause
- Created: 2022-12-27T13:30:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T13:51:19.000Z (about 3 years ago)
- Last Synced: 2025-02-16T01:27:03.151Z (12 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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).