You can run the ByteFlow analyzer via command-line interface:
./gradlew -q :cli:installDist
./byteflow-cli/build/install/cli/bin/byteflow -c configs/all-singleton.json -db index.db -s org.byteflow.examples.NpeExamples -cp byteflow-core/build/classes/java/examples
You can run the ByteFlow analyzer via Gradle plugin.
- First, assemble and publish everything locally:
./gradlew :core:publishToMavenLocal :gradle:publish
- Next, run the analyzer from the example project:
cd examples/byteflow-plugin-usage
./gradlew runAnalyzer