about summary refs log tree commit diff
path: root/nyx_mode
diff options
context:
space:
mode:
Diffstat (limited to 'nyx_mode')
-rw-r--r--nyx_mode/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/nyx_mode/README.md b/nyx_mode/README.md
index 09421f27..1afedd9b 100644
--- a/nyx_mode/README.md
+++ b/nyx_mode/README.md
@@ -114,6 +114,14 @@ afl-fuzz -i in -o out -Y -S 1 -- ./PACKAGE-DIRECTORY
 afl-fuzz -i in -o out -Y -S 2 -- ./PACKAGE-DIRECTORY
 ```
 
+## AFL++ companion tools (afl-showmap etc.)
+
+Please note that AFL++ companion tools like afl-cmin, afl-showmap, etc. are
+not supported with Nyx mode, only afl-fuzz.
+
+For source based instrumentation just use these tools normally, for
+binary-only targets use with -Q for qemu_mode.
+
 ## Real-world examples
 
 ### Fuzzing libxml2 with AFL++ in Nyx-mode