From b6643a8ad155d8e9002e456260f83d2d369ac4bf Mon Sep 17 00:00:00 2001 From: hexcoder Date: Fri, 16 Apr 2021 22:20:01 +0200 Subject: [PATCH] add idea of thread-safe target feedback --- TODO.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 7e420d23..5a5e7c4e 100644 --- a/TODO.md +++ b/TODO.md @@ -36,4 +36,5 @@ qemu_mode: 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? - + - new instrumentation option for a thread-safe variant of feedback to shared mem. + The user decides, if this is needed (eg the target is multithreaded).