We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9090ffc commit 41fa291Copy full SHA for 41fa291
Readme.md
@@ -80,7 +80,7 @@ cargo build --example sample --release
80
afl-fuzz -i ./input -o ./output-8 -b 1 -g 8 -G 8 -V 60 -c 0 -- ./target/release/examples/sample @@ true
81
```
82
83
-This shall find the crash instantly, thanks to the `cmplog` integration.
+This shall find the crash instantly, thanks to the `cmplog` integration (enabled by `-c 0`).
84
85
For more details, please refer to [Fuzzing using UnicornAFL](./docs/fuzzing.md).
86
0 commit comments