diff options
author | vanhauser-thc <vh@thc.org> | 2021-12-01 10:24:11 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-12-01 10:24:22 +0100 |
commit | c2779cc6f9c904cba870e6b1059793cf38261766 (patch) | |
tree | bacdca1763845ce4c8bbd268d745bd9f573d26d3 | |
parent | c14ccdf264747a5fee0f38e2a0c8097ad50d0119 (diff) | |
download | afl++-c2779cc6f9c904cba870e6b1059793cf38261766.tar.gz |
update docs
-rw-r--r-- | TODO.md | 3 | ||||
-rw-r--r-- | docs/Changelog.md | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md index 1d4270b4..7d2339eb 100644 --- a/TODO.md +++ b/TODO.md @@ -2,16 +2,17 @@ ## TODO - - screen update during input2stage - better autodetection of shifting runtime timeout values - Update afl->pending_not_fuzzed for MOpt - afl-plot to support multiple plot_data - parallel builds for source-only targets + - get rid of check_binary, replace with more forkserver communication ## Perhaps - afl_custom_fuzz_splice_optin() - afl_custom_splice() + - cmdline option from-to range for mutations ## Further down the road diff --git a/docs/Changelog.md b/docs/Changelog.md index 054f0fef..103f9f63 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -40,6 +40,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - new cmplog mode (incompatible with older afl++ versions) - support llvm IR select instrumentation for default PCGUARD and LTO - fix for shared linking on MacOS + - fixed a potential crash in targets for LAF string handling - added AFL_USE_TSAN thread sanitizer support - llvm and LTO mode modified to work with new llvm 14-dev (again) - added the very good grammar mutator "GramaTron" to the |