aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorMark <mteffeteller@google.com>2024-03-29 16:23:37 +0000
committerMark <mteffeteller@google.com>2024-03-29 16:23:37 +0000
commit5c891e9c31cf7e1148e73150ad8008d5d2606686 (patch)
treeae0e5e5f1bc5b1b1362b14eadd2649868dc7cdf9 /TODO.md
parent4c0e8a733dffdb238440d79687d9cdc8ac709b21 (diff)
parent775861ea94d00672c9e868db329073afd699b994 (diff)
downloadAFLplusplus-5c891e9c31cf7e1148e73150ad8008d5d2606686.tar.gz
Merge commit '775861ea94d00672c9e868db329073afd699b994' into tmp_auto_upgrade
Update AFLpp repo with upstream using external_updater Test: Build afl-fuzz and run an AFL fuzzer Bug: 331246566 Change-Id: Ia6ee9cb4adea9d9912fd86d86e1b92123fe44127
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md21
1 files changed, 17 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index 2b7e8fcf..f2e3963f 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,11 +1,25 @@
# TODO list for AFL++
+## Must
+
+ - UI revamp
+ - hardened_usercopy=0 page_alloc.shuffle=0
+ - add value_profile but only enable after 15 minutes without finds
+ - cmplog max len, cmplog max items envs?
+ - adapt MOpt to new mutation engine
+ - Update afl->pending_not_fuzzed for MOpt
+ - cmplog rtn sanity check on fixed length? currently we ignore the length
+ - afl-showmap -f support
+ - afl-fuzz multicore wrapper script
+ - when trimming then perform crash detection
+ - problem: either -L0 and/or -p mmopt results in zero new coverage
+
+
## Should
- - test cmplog for less than 16bit
+ - afl-crash-analysis
- support persistent and deferred fork server in afl-showmap?
- 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
@@ -24,8 +38,7 @@ QEMU mode/FRIDA mode:
- non colliding instrumentation
- rename qemu specific envs to AFL_QEMU (AFL_ENTRYPOINT, AFL_CODE_START/END,
AFL_COMPCOV_LEVEL?)
- - add AFL_QEMU_EXITPOINT (maybe multiple?), maybe pointless as there is
- persistent mode
+ - add AFL_QEMU_EXITPOINT (maybe multiple?)
## Ideas