about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-04-09 08:58:35 +0200
committerGitHub <noreply@github.com>2020-04-09 08:58:35 +0200
commit650bd1c17956d4f426a8cc65792e9c2f38d8a7dc (patch)
tree6435143bd6f808f10265b139105f52c1cb8eff0c
parent9efa96fe0c5cab4d360517b7820ffa610b0d6461 (diff)
downloadafl++-650bd1c17956d4f426a8cc65792e9c2f38d8a7dc.tar.gz
Update README.snapshot.md
-rw-r--r--llvm_mode/README.snapshot.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm_mode/README.snapshot.md b/llvm_mode/README.snapshot.md
index cae86a4a..9c12a8ba 100644
--- a/llvm_mode/README.snapshot.md
+++ b/llvm_mode/README.snapshot.md
@@ -10,3 +10,7 @@ To use the snapshot feature for fuzzing compile and load this kernel
 module: [https://github.com/AFLplusplus/AFL-Snapshot-LKM](https://github.com/AFLplusplus/AFL-Snapshot-LKM)
 
 Note that is has little value for persistent (__AFL_LOOP) fuzzing.
+
+## Notes
+
+Snapshot does not work with multithreaded targets yet. Still in WIP, it is now usable only for single threaded applications.