java-callgraph icon indicating copy to clipboard operation
java-callgraph copied to clipboard

zip files as input for javacg

Open rmeloca opened this issue 5 years ago • 0 comments

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.

rmeloca avatar Apr 07 '19 03:04 rmeloca