about summary refs log tree commit diff
path: root/examples/custom_mutators
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-04-03 09:39:09 +0200
committervan Hauser <vh@thc.org>2020-04-09 10:23:37 +0200
commit88782ae43c86cb922558460b324020aedbd7a936 (patch)
treef5b6409fe840ac69417e348795b69cbeb0a072fc /examples/custom_mutators
parent70e777d03151935970ae763cdd8cad7162538f8c (diff)
downloadafl++-88782ae43c86cb922558460b324020aedbd7a936.tar.gz
custom mutator readme
Diffstat (limited to 'examples/custom_mutators')
-rw-r--r--examples/custom_mutators/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/custom_mutators/README.md b/examples/custom_mutators/README.md
index 15c6ffc5..6fc7be6c 100644
--- a/examples/custom_mutators/README.md
+++ b/examples/custom_mutators/README.md
@@ -20,3 +20,9 @@ common.py - this can be used for common functions and helpers.
 wrapper_afl_min.py - mutation of XML documents, loads XmlMutatorMin.py
 
 XmlMutatorMin.py - module for XML mutation
+
+custom_mutator_helpers.h is an header that defines some helper routines
+like surgical_havoc_mutate() that allow to perform a randomly chosen
+mutation from a subset of the havoc mutations.
+If you do so, you have to specify -I /path/to/AFLplusplus/include when
+compiling.