diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-08-21 09:36:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-21 09:36:31 +0200 |
commit | cc55e5c6d8ead610606649fa5aad39671f55bece (patch) | |
tree | 8cc1b15879886f63a9df78370be3c6589e11f08c | |
parent | 53012ff41cf522f96c206a0ed068e1de7e8c062f (diff) | |
download | afl++-cc55e5c6d8ead610606649fa5aad39671f55bece.tar.gz |
remove compcov immediates only instrumentation from TODO
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO index 692f6609..89e307cf 100644 --- a/TODO +++ b/TODO @@ -55,5 +55,3 @@ Problem: Average targets (tiff, jpeg, unrar) go through 1500 edges. qemu_mode: - persistent mode patching the return address (WinAFL style) - - instrument only comparison with immediate values by default when using compcov - |