v4.31c release

This commit is contained in:
vanhauser-thc
2025-02-10 13:22:30 +01:00
parent 7765d4ac33
commit 287edf2754
4 changed files with 8 additions and 5 deletions

View File

@ -4,9 +4,11 @@
release of the tool. See README.md for the general instruction manual.
### Version ++4.31a (dev)
### Version ++4.31c (release)
- SAND mode added (docs/SAND.md) for more effecient fuzzing with sanitizers
(thanks to @wtdcode !)
- afl-fuzz:
- splicing is now DISABLED by default because research showed
- splicing phase is now DISABLED by default because research showed
it is counterproductive. New command line parameter `-u` to enable
it. Splicing is auto-enabled if two cycles without finds happen.
- Python 3.13+ support