Skip to content

dbabiak/fuzzy-call-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuzzy call graphs

f (maybe) calls g if g.name is in f.body

This gives false positives

python call_graph.py "${ABS_PATH_OF_MODULE}" > module_callgraph.gv \
  && dot -Tpdf module_callgraph.gv -o module_callgraph.pdf \
  && open module_callgraph.pdf

(Where dot is from https://www.graphviz.org/documentation/)

About

What it says on the tin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages