-
-
-
simpleDynamicAnalysis Public
Command-line tool that instruments a given single-file go program. Alters the program such that it prints function names upon executions.
-
simpleCallGraph Public
This command line program prints out a simple call graph of functions of a given program using Go's ast (Abstract Syntax Tree) library.
-