Skip to content

UnitTestBot/byteflow

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published