diff options
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/TODO.md b/TODO.md index b7d51369..fd6bbb5b 100644 --- a/TODO.md +++ b/TODO.md @@ -3,13 +3,11 @@ ## Roadmap 2.65+ - AFL_MAP_SIZE for qemu_mode and unicorn_mode - - random crc32 HASH_CONST per run? because with 65536 paths we have collisions - namespace for targets? e.g. network - libradamsa as a custom module? - - learn from honggfuzz - - for persistent mode, have a functionality that transports the test case - via shared memory (and the int write to the FD from afl-fuzz is the size) - - CPU affinity for many cores? + - learn from honggfuzz (mutations, maybe ptrace?) + - mutations from compiler fuzzer, e.g. https://github.com/agroce/afl-compiler-fuzzer/blob/2758cbfa32621ddfee5c8da6adf59a9531367263/afl-fuzz.c#L5077 + - CPU affinity for many cores? There seems to be an issue > 96 cores ## Further down the road @@ -17,10 +15,8 @@ afl-fuzz: - ascii_only mode for mutation output - or use a custom mutator for this? - setting min_len/max_len/start_offset/end_offset limits for mutation output -llvm_mode: - - better whitelist solution for LTO - gcc_plugin: + - (wait for submission then decide) - laf-intel - better instrumentation (seems to be better with gcc-9+) |
