All the hard parts are done, fuzzing with Nyx mode is easy - just supply the
...
...
@@ -114,6 +125,7 @@ afl-fuzz -i in -o out -Y -S 1 -- ./PACKAGE-DIRECTORY
afl-fuzz -iin-o out -Y-S 2 -- ./PACKAGE-DIRECTORY
```
## AFL++ companion tools (afl-showmap etc.)
AFL++ companion tools support Nyx mode and can be used to analyze or minimize one specific input or an entire output corpus. These tools work similarly to `afl-fuzz`.