Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 973 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 973 Bytes

ByteFlow Nexus

CI JitPack License

Run

CLI application

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

Gradle plugin

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