about summary refs log tree commit diff
path: root/custom_mutators/aflpp/standalone/README.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-08-28 13:17:43 +0200
committervanhauser-thc <vh@thc.org>2024-08-28 13:17:49 +0200
commit72a24e6439c8c4c83f2db0cf5e8800eaaaa60fb2 (patch)
tree0448978c3e713199992cf30c779bd038eb0e615c /custom_mutators/aflpp/standalone/README.md
parent088dd6476ce3d086531633a39bb5daccc6f0415e (diff)
downloadafl++-72a24e6439c8c4c83f2db0cf5e8800eaaaa60fb2.tar.gz
improve aflpp-standalone
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
 ```
-