diff options
author | van Hauser <vh@thc.org> | 2020-07-31 11:04:22 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-07-31 11:04:22 +0200 |
commit | d5758c138b8e4e676041afe69b19a89fc2fd5b57 (patch) | |
tree | 46c1d578e063e13f892a9d4754375bdfb145f3d9 | |
parent | 149b0021b7ad5f73e9d9d284d04f62e679aa3f3a (diff) | |
download | afl++-d5758c138b8e4e676041afe69b19a89fc2fd5b57.tar.gz |
update todo
-rw-r--r-- | TODO.md | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/TODO.md b/TODO.md index 8522b06d..646f73f0 100644 --- a/TODO.md +++ b/TODO.md @@ -19,13 +19,8 @@ gcc_plugin: - laf-intel - better instrumentation (seems to be better with gcc-9+) -better documentation: - - flow graph - - short intro - - faq (how to increase stability, speed, many parallel ...) - qemu_mode: - - update to 5.x (if the performance bug if gone) + - update to 5.x (if the performance bug is gone) - non colliding instrumentation - rename qemu specific envs to AFL_QEMU (AFL_ENTRYPOINT, AFL_CODE_START/END, AFL_COMPCOV_LEVEL?) |