about summary refs log tree commit diff
path: root/custom_mutators/aflpp/standalone/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2024-09-06 12:16:31 +0200
committerGitHub <noreply@github.com>2024-09-06 12:16:31 +0200
commit75d8c47a6b8ae94cd7ded2f0574e4d35a2021ab7 (patch)
treeb702e4d7c53835439ed83ed9291723cb32b7ebfa /custom_mutators/aflpp/standalone/README.md
parent598a3c6b5e24bd33e84b914e145810d39f88adf6 (diff)
parent3ec794c806f9e5fbdd4bdb55cac11b2eb9d010c7 (diff)
downloadafl++-75d8c47a6b8ae94cd7ded2f0574e4d35a2021ab7.tar.gz
Merge pull request #2204 from AFLplusplus/dev
push to stable
Diffstat (limited to 'custom_mutators/aflpp/standalone/README.md')
-rw-r--r--custom_mutators/aflpp/standalone/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/custom_mutators/aflpp/standalone/README.md b/custom_mutators/aflpp/standalone/README.md
index a1ffb5f9..3c26a29a 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 [splicefile]
+aflpp-standalone -h # to see all parameteres
+cat file | aflpp-standalone -m 4 -x foo.dict - outputfile splicefile # example
 ```
-