diff options
author | vanhauser-thc <vh@thc.org> | 2022-03-23 11:19:18 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-03-27 11:35:38 +0200 |
commit | d2ea1141ebef090b9763b73ef935d6fc45f4a2d7 (patch) | |
tree | 1244561173bfb03e7419bd511ae48024c863730c | |
parent | 3f0d642f9b31ea6afeb4e27aa24eddc27ad36fa1 (diff) | |
download | afl++-d2ea1141ebef090b9763b73ef935d6fc45f4a2d7.tar.gz |
cleanup
-rw-r--r-- | TODO.md | 2 | ||||
-rw-r--r-- | TODO_LLVM | 10 |
2 files changed, 1 insertions, 11 deletions
diff --git a/TODO.md b/TODO.md index e6b095fc..f3192e10 100644 --- a/TODO.md +++ b/TODO.md @@ -29,4 +29,4 @@ QEMU mode/FRIDA mode: using cmplog or __sanitizer_cov_trace_cmp*. maybe we can deduct by follow up edge numbers that both following cmp paths have been found and then disable working on this edge id -> cmplog_intelligence branch - - use cmplog colorization taint result for havoc locations? \ No newline at end of file + - use cmplog colorization taint result for havoc locations? diff --git a/TODO_LLVM b/TODO_LLVM deleted file mode 100644 index 3dea8cca..00000000 --- a/TODO_LLVM +++ /dev/null @@ -1,10 +0,0 @@ -with LLVM 14: only new pass manager -up to LLVM 13: only old pass manager - -These do not work yet with the new pass manager: -cmplog-instructions-pass.so -compare-transform-pass.so -afl-llvm-dict2file.so -afl-llvm-lto-instrumentlist.so -SanitizerCoverageLTO.so -SanitizerCoveragePCGUARD.so |