- many bugfixes in neuzz
- neuzz can now also use seedfiles for pretraining (compatibility with jazzer and libfuzzer)
- neuzz will now use non-binary coverage prediction
- neuzz edge filtering has been adapted to be closer to the reference implementation
- use dataset import in neuzz for pretraining
- allow for dataset export
- changed build process of the jazzer dependency to get rid of precompiled binaries (examples updated)
- removed old "pipe" interface for libfuzzer
- fixed coverage for fuzzbench (writing generated files to a corpus directory)
- added sparks inspired algorithm https://doi.org/10.1109/ACSAC.2007.27
- added new reward functions
- changed config interface to allow more versitile observation transformation pipelines
- obs_extraction.DirectedCFGRewardExtractor
- exec.runner: can now handle mutiple config files