diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-07-24 15:35:52 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-07-24 15:35:52 +0200 |
commit | 2237319ebbc8eb90c9a71d51df89537e7aed8e93 (patch) | |
tree | 22e91c1086796c69726cee458b37fbb4278f95ff | |
parent | 6fa95008bc6872802917cb2f8ddaa44b1ace474d (diff) | |
download | afl++-2237319ebbc8eb90c9a71d51df89537e7aed8e93.tar.gz |
qemu mode TODO update
-rw-r--r-- | TODO | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO index 6631350c..a56bb506 100644 --- a/TODO +++ b/TODO @@ -24,7 +24,7 @@ gcc_plugin: - neverZero qemu_mode: - - Instrument only cmparison with immediate values by default when using compcov + - deferred mode with AFL_DEFERRED_QEMU=0xaddress unit testing / or large testcase campaign @@ -34,3 +34,8 @@ Roadmap 2.54d: - expand MAP size to 256k (current L2 cache size on processors) -> 18 bit size map - llvm_mode: dynamic map size and collission free basic block IDs + +qemu_mode: + - persistent mode patching the return address (WinAFL style) + - instrument only comparison with immediate values by default when using compcov + |