diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-02 18:45:41 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-02 18:45:41 +0100 |
commit | f0bc2e0e8b9d7b7e6e5371153f1b3bd7500cdae7 (patch) | |
tree | a51ea1d41bb2f9f5bad7e8a0ed4eb4bad3b335e0 | |
parent | 108e588e888df5c2679600ea49846a565bac23f9 (diff) | |
download | afl++-f0bc2e0e8b9d7b7e6e5371153f1b3bd7500cdae7.tar.gz |
docu
-rw-r--r-- | TODO.md | 8 | ||||
-rw-r--r-- | docs/Changelog.md | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md index 4615c456..e5a678cf 100644 --- a/TODO.md +++ b/TODO.md @@ -2,12 +2,15 @@ ## Roadmap 3.00+ - - AFL_MAP_SIZE for qemu_mode and unicorn_mode - CPU affinity for many cores? There seems to be an issue > 96 cores - afl-plot to support multiple plot_data - afl_custom_fuzz_splice_optin() - afl_custom_splice() - intel-pt tracer + - better autodetection of shifting runtime timeout values + - cmplog: use colorization input for havoc? + - cmplog: too much tainted bytes, directly add to dict and skip? + ## Further down the road @@ -23,9 +26,12 @@ qemu_mode: - add/implement AFL_QEMU_INST_LIBLIST and AFL_QEMU_NOINST_PROGRAM - add/implement AFL_QEMU_INST_REGIONS as a list of _START/_END addresses + ## Ideas - LTO/sancov: write current edge to prev_loc and use that information when using cmplog or __sanitizer_cov_trace_cmp*. maybe we can deduct by follow up edge numbers that both following cmp paths have been found and then disable working on this edge id -> cmplog_intelligence branch + - use cmplog colorization taint result for havoc locations? + diff --git a/docs/Changelog.md b/docs/Changelog.md index 376f5f06..1be41267 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -12,7 +12,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - 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 + - fixed a crash that can occur with ASAN + CMPLOG together plus better support for unicode (thanks to @stbergmann for reporting!) ### Version ++3.10c (release) |