Skip to content

UnitTestBot/byteflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

310fcc8 · Sep 26, 2023
Sep 26, 2023
Sep 26, 2023
Sep 26, 2023
Sep 6, 2023
Sep 11, 2023
Sep 11, 2023
Sep 19, 2023
Sep 7, 2023
Sep 6, 2023
Sep 20, 2023
Sep 26, 2023
Sep 6, 2023
Sep 6, 2023
Sep 26, 2023

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