This commit is contained in:
van Hauser
2020-04-17 14:10:18 +02:00
parent 6ee11c2a6f
commit c9605f2251

View File

@ -9,7 +9,7 @@ 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 ++2.63d (development):
### Version ++2.64c (release):
- llvm_mode LTO mode:
- now requires llvm11 - but compiles all targets! :)
- autodictionary feature added, enable with `AFL_LLVM_LTO_AUTODICTIONARY`
@ -21,7 +21,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
Additionally, this allows to run dictionaries, radamsa and cmplog.
- fix for cmplog/redqueen mode if stdin was used
- fix for writing a better plot_data file
- qemu_mode: fix for persistent mode
- qemu_mode: fix for persistent mode (which would not terminate or get stuck)
- compare-transform/AFL_LLVM_LAF_TRANSFORM_COMPARES now transforms also
static global and local variable comparisons (cannot find all though)
- extended forkserver: map_size and more information is communicated to
@ -30,8 +30,6 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
- if AFL_CC/AFL_CXX is set but empty afl compilers did fail, fixed
(this bug is in vanilla afl too)
- added NO_PYTHON flag to disable python support when building afl-fuzz
- Bugfix: in persistent mode, fuzzing could get stuck after initial crash (#319)
- Bugfix: alf-plot output (#320)
- more refactoring