diff options
-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 |