Changelog
afl (1.18b-1) experimental; urgency=low
* New upstream release:
+ Add AFL_NO_CPU_RED.
+ Tweak the havoc scaling logic added in 1.12b.
+ Add AFL_NO_VAR_CHECK to speed up resumption and inhibit variable path
warnings for some programs.
+ Make the trimmer run even for variable paths.
+ Make the UI a bit more descriptive by adding “n/a” instead of “0” in a
few corner cases.
+ Add code to make resumption pick up from the last known offset in the
queue, rather than always rewinding to the start.
+ Improve the consistency of saving fuzzer_stats, bitmap info, and
auto-dictionaries when aborting fuzzing sessions.
+ Switch to tighter timeout control for slow programs (3x rather than 5x
average exec speed at init).
+ Make several noticeable performance improvements to deterministic
arithmetic and known int steps.
+ Add -t nn+ mode for soft-skipping timing-out paths.
* Update the copyright file.
-- Jakub Wilk <email address hidden> Wed, 21 Jan 2015 11:03:22 +0100