Analyze class files from ConstantPool.
- JDK 23 or later
- Maven 3.6.3 or later
$ export JAVA_HOME=/path/to/jdk
$ mvn package
$ cfa [options] [files (JAR or class file)]
- -h
- Help message
- -t class1,class2,...
- Target class.
- CFA will pick up classes from file list.
- -c class1,class2,...
- Class filter.
- CFA will pick up classes which include them in ConstantPool.
- -m method1,method2,...
- Method filter.
- CFA will pick up classes which include them in ConstantPool.
- -s
- Short output.
- If this option is added, CFA will output class name and file path only.
GNU General Public License v2