Tavor v0.3 Release Notes

Release Date: 2014-08-15 // over 9 years ago
  • Tavor v0.3 changelog

    • ➕ Added Reduction of repeats
    • Forward usage of attributes
    • Arguments to automate delta debugging by executing external binaries
    • Arguments to automate fuzzing by executing external binaries
    • ➕ Added "Variables" with scopes
    • ➕ Added conditions "if", "if else" and "else"
    • ➕ Added operator "defined"
    • ➕ Added operator "not in"
    • ➕ Added "character class"
    • ➕ Added "Index" and "Unique" attributes
    • ➕ Added fuzzing filter for Negative boundary value analysis
    • 🛠 Redone pointer unrolling (fixed a lot of cases)
    • Argument to define maximum repeats
    • 🖨 Argument to print AST
    • 🚚 Argument to not remove tmp files on error
    • ➕ Added IncrementRand and use it everywhere instead of ConstantRand this leads to more divers results
    • First draft to fix the mess that is the fuzzing of ExistingSequenceItems
    • ✅ Lots of old outstanding test cases and many many new ones