Skip to content

Commit 41fa291

Browse files
committed
update readme
1 parent 9090ffc commit 41fa291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ cargo build --example sample --release
8080
afl-fuzz -i ./input -o ./output-8 -b 1 -g 8 -G 8 -V 60 -c 0 -- ./target/release/examples/sample @@ true
8181
```
8282

83-
This shall find the crash instantly, thanks to the `cmplog` integration.
83+
This shall find the crash instantly, thanks to the `cmplog` integration (enabled by `-c 0`).
8484

8585
For more details, please refer to [Fuzzing using UnicornAFL](./docs/fuzzing.md).
8686

0 commit comments

Comments
 (0)