about summary refs log tree commit diff
path: root/examples/custom_mutators/README.md
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-04-04 00:17:31 +0200
committerhexcoder- <heiko@hexco.de>2020-04-04 00:17:31 +0200
commitb9851cdabecd7873f6e9a6c45c6b426ea63e7b9c (patch)
treed84166f1596e643a71f243111cb37c24a73776dc /examples/custom_mutators/README.md
parenta9261c6d641f2d48053cb96c785e4e59bb0b0c50 (diff)
parent064131887b73f59b1512ab898d5fb3f7d3b700c4 (diff)
downloadafl++-b9851cdabecd7873f6e9a6c45c6b426ea63e7b9c.tar.gz
Merge branch 'dev' of https://github.com/vanhauser-thc/AFLplusplus into dev
Diffstat (limited to 'examples/custom_mutators/README.md')
-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.