mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 10:08:07 +00:00
11 lines
245 B
Markdown
11 lines
245 B
Markdown
# 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
|
|
```
|