Tavor v0.1 Release Notes

Release Date: 2014-06-26 // almost 10 years ago
  • 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