odep - Library & Object File Dependency Grapher

April 19, 2005, updated February 11, 2014

This is a program, that when given a list of object files or static library files will graph the dependencies between them and optionally graph external dependencies. It generates a dot file that can be used by graphic programs to display the graph.

The odep project is on GitHub.

Here's an example output:

output.png

Related Posts