blob: 3c26a29abbd375592a8c3188b2acd5a0f64d04dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# AFL++ standalone mutator
this is the AFL++ havoc mutator as a standalone mutator
just type `make` to build.
```
aflpp-standalone -h # to see all parameteres
cat file | aflpp-standalone -m 4 -x foo.dict - outputfile splicefile # example
```
|