about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-10-08 09:39:10 +0200
committervanhauser-thc <vh@thc.org>2023-10-08 09:39:10 +0200
commitaf18f2c7325551e8045a6156cb5b0ed2f4841dbf (patch)
treeb6e1277fbcd31bd1c88739c590152e7f96ecf624
parent48bff70cdd7fb7aa8333533e01a372205c670a4f (diff)
downloadafl++-af18f2c7325551e8045a6156cb5b0ed2f4841dbf.tar.gz
update todos
-rw-r--r--TODO.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/TODO.md b/TODO.md
index 12da6026..aa435317 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,15 +1,19 @@
 # TODO list for AFL++
 
-## Should
+## Must
 
- - cmplog rtn sanity check on fixed length
+ - adapt MOpt to new mutation engine
+ - Update afl->pending_not_fuzzed for MOpt
+ - cmplog rtn sanity check on fixed length?
  - afl-showmap -f support
  - afl-fuzz multicore wrapper script
- - add value_profile but only enable after 15 minutes without finds
+
+## Should
+
+ - add value_profile but only enable after 15 minutes without finds?
  - 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
@@ -28,8 +32,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