Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mboehme authored Aug 19, 2017
1 parent e6b41db commit 9926852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ cp $SUBJECT/test/dtds/* in

$AFLGO/afl-fuzz -S ef709ce2 -z exp -c 45m -i in -o out $SUBJECT/xmllint --valid --recover @@
```
* **Tipp**: Concurrently fuzz the most recent version as master :)
* **Tipp**: Concurrently fuzz the most recent version as master with classical AFL :)
```bash
$AFLGO/afl-fuzz -M master -z exp -c 45m -i in -o out $MASTER/xmllint --valid --recover @@
$AFL/afl-fuzz -M master -i in -o out $MASTER/xmllint --valid --recover @@
```

0 comments on commit 9926852

Please sign in to comment.