diff options
-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 |