about summary refs log tree commit diff
path: root/custom_mutators/autotokens/standalone/README.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-08-28 15:31:15 +0200
committervanhauser-thc <vh@thc.org>2024-08-28 15:31:15 +0200
commitfe66a95d96aa1b28a80246069b306f5c38bd41a3 (patch)
treebfd844fce05f1964585591dea70bed487e29ac38 /custom_mutators/autotokens/standalone/README.md
parent72a24e6439c8c4c83f2db0cf5e8800eaaaa60fb2 (diff)
downloadafl++-fe66a95d96aa1b28a80246069b306f5c38bd41a3.tar.gz
add autotokens-standalone
Diffstat (limited to 'custom_mutators/autotokens/standalone/README.md')
-rw-r--r--custom_mutators/autotokens/standalone/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/custom_mutators/autotokens/standalone/README.md b/custom_mutators/autotokens/standalone/README.md
new file mode 100644
index 00000000..9e9babf7
--- /dev/null
+++ b/custom_mutators/autotokens/standalone/README.md
@@ -0,0 +1,12 @@
+# Autotokens standalone mutator
+
+this is a standalone version of the AFL++ autotokens custom mutator.
+
+just type `make` to build.
+
+You *MUST* use a dictionary file to have an effective grammarless grammar fuzzer!
+
+```
+autotokens-standalone -h # to see all parameteres
+autotokens-standalone -x foo.dict inputfile outputfile # example
+```