From d2ea1141ebef090b9763b73ef935d6fc45f4a2d7 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Wed, 23 Mar 2022 11:19:18 +0100 Subject: [PATCH] cleanup --- TODO.md | 2 +- TODO_LLVM | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 TODO_LLVM 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