add de-unicoded dictionary entries

This commit is contained in:
vanhauser-thc
2021-03-02 17:46:43 +01:00
parent 333509bb0a
commit 108e588e88
4 changed files with 134 additions and 25 deletions

View File

@ -9,6 +9,8 @@ Want to stay in the loop on major new features? Join our mailing list by
sending a mail to <afl-users+subscribe@googlegroups.com>.
### Version ++3.11a (dev)
- afl-fuzz
- add non-unicode variants from unicode-looking dictionary entries
- afl-cc
- fixed for a crash that can occur with ASAN + CMPLOG together plus
better support for unicode (thanks to @stbergmann for reporting!)