diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-04-16 22:20:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-16 22:20:01 +0200 |
commit | b6643a8ad155d8e9002e456260f83d2d369ac4bf (patch) | |
tree | 664c2bea32d480e48aed024f53076946e7bb933b | |
parent | 495cbd42b7e4e9d873178a09b7183be893fffb1d (diff) | |
download | afl++-b6643a8ad155d8e9002e456260f83d2d369ac4bf.tar.gz |
add idea of thread-safe target feedback
-rw-r--r-- | TODO.md | 3 |
1 files changed, 2 insertions, 1 deletions
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). |