java-callgraph
java-callgraph copied to clipboard
zip files as input for javacg
Some projects run with managers like maven or gradle and does not generate jar files.
In order to extract their callgraphs I zip the compiled files with zip -r classes.zip $(find -iname *.class)
and provide it as input for javacg static tool.