diff options
author | vanhauser-thc <vh@thc.org> | 2023-05-15 15:12:26 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-05-15 15:12:26 +0200 |
commit | ab148aeed81d755399e257c0c17fe4cbb9be3d48 (patch) | |
tree | a93e196c759e7260bc4b7fa789e2656cec7681a9 | |
parent | d1ec5dc089ff29e596083a90fa64dcd77060e6bc (diff) | |
download | afl++-ab148aeed81d755399e257c0c17fe4cbb9be3d48.tar.gz |
standalone mutator
-rw-r--r-- | custom_mutators/aflpp/standalone/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_mutators/aflpp/standalone/README.md b/custom_mutators/aflpp/standalone/README.md index f5f94c5f..a1ffb5f9 100644 --- a/custom_mutators/aflpp/standalone/README.md +++ b/custom_mutators/aflpp/standalone/README.md @@ -5,6 +5,6 @@ this is the AFL++ havoc mutator as a standalone mutator just type `make` to build. ``` -aflpp-standalone inputfile outputfile +aflpp-standalone inputfile outputfile [splicefile] ``` |