Skip to content

v0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@zimmski zimmski released this 26 Jun 10:42
· 483 commits to master since this release

Tavor v0.1 provides

  • a working framework to create fuzzers and additional fuzzer heuristics
  • import Tavor format files into the internal token structure
  • fuzzer heuristics
    • Random - fuzz once at random
    • AllPermutations - generate all possibilities for the given format
    • PermuteOptionals - generate all possibilities for optional tokens (enable/disable them)
  • a working binary to validate and fuzz Tavor format files
  • automated tests for all major functionality