about summary refs log tree commit diff
path: root/custom_mutators/aflpp/README.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-04-04 15:47:53 +0200
committervanhauser-thc <vh@thc.org>2023-04-04 15:47:53 +0200
commitfcd21256780fd21c55e72e9338b3992c60db22dc (patch)
tree2f800ee67c168b84221ea11bf5ec768a4cf40708 /custom_mutators/aflpp/README.md
parent635da39bd135b7db3529a4b3b059b85260ce14a5 (diff)
downloadafl++-fcd21256780fd21c55e72e9338b3992c60db22dc.tar.gz
prepare for strategies
Diffstat (limited to 'custom_mutators/aflpp/README.md')
-rw-r--r--custom_mutators/aflpp/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/custom_mutators/aflpp/README.md b/custom_mutators/aflpp/README.md
new file mode 100644
index 00000000..04d605c1
--- /dev/null
+++ b/custom_mutators/aflpp/README.md
@@ -0,0 +1,8 @@
+# custum mutator: AFL++
+
+this is the AFL++ havoc mutator as a custom mutator module for AFL++.
+
+just type `make` to build
+
+```AFL_CUSTOM_MUTATOR_LIBRARY=custom_mutators/aflpp/aflpp-mutator.so afl-fuzz ...```
+