public class FindBranches
extends java.lang.Object
This sample application illustrates how to find branches in the code and
print out some results. This is a very basic analysis. The sample
EvaluateCode performs more advanced analysis of the control flow and
data flow.
Usage:
java proguard.examples.FindBranches input
where the input can be a jar file or a directory containing jar files.