about summary refs log tree commit diff
path: root/custom_mutators/autotokens/README
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-01-14 09:30:25 +0100
committervanhauser-thc <vh@thc.org>2023-01-14 09:30:25 +0100
commit9548af52b266ecc2aed81f388f7a1a7a3fcfb181 (patch)
tree55ac0a08cda8886df9e363f0773d3dd75d824f4a /custom_mutators/autotokens/README
parente3dadbfe0f9fad435a6fa201131315500f1a348a (diff)
downloadafl++-9548af52b266ecc2aed81f388f7a1a7a3fcfb181.tar.gz
texts
Diffstat (limited to 'custom_mutators/autotokens/README')
-rw-r--r--custom_mutators/autotokens/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/custom_mutators/autotokens/README b/custom_mutators/autotokens/README
new file mode 100644
index 00000000..6849279e
--- /dev/null
+++ b/custom_mutators/autotokens/README
@@ -0,0 +1,12 @@
+# autotokens
+
+This implements an improved autotoken idea presented in
+[Token-Level Fuzzing][https://www.usenix.org/system/files/sec21-salls.pdf].
+It is a grammar fuzzer without actually knowing the grammar.
+
+It is recommended to run with together in an instance with `CMPLOG`.
+
+If you have a dictionary (`-x`) this improves this custom grammar mutator.
+
+If **not** run with `CMPLOG`, it is possible to set `AFL_CUSTOM_MUTATOR_ONLY`,
+to concentrate on grammar bug classes.