Generate a call graph from an executable binary compiled with debugging symbols. The call graph is output in the DOT format, which can be visualized using tools like Graphviz
Find a file
hax 15e18eead7 Welcome generate_graph.awk
Signed-off-by: hax <hax@lainlounge.xyz>
2025-01-05 18:19:00 +00:00
callygraphs.sh Welcome callygraphs.sh 2025-01-05 18:13:13 +00:00
example.c Welcome example.c 2025-01-05 18:17:02 +00:00
generate_graph.awk Welcome generate_graph.awk 2025-01-05 18:19:00 +00:00
LICENSE Initial commit 2025-01-05 18:08:58 +00:00
README.md Initial commit 2025-01-05 18:08:58 +00:00

Callygraphs