v0.1
Pre-release
Pre-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