diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-04-03 09:39:09 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-04-03 09:39:09 +0200 |
commit | ffb4767fc1adf2383173e5655d4f1fcf7e0982b6 (patch) | |
tree | e9d4d15894ebf155b5b4a79144731da5c1bca3cd | |
parent | 36213dba7ddba70d333cb6bcdb9372c69cb7382d (diff) | |
download | afl++-ffb4767fc1adf2383173e5655d4f1fcf7e0982b6.tar.gz |
custom mutator readme
-rw-r--r-- | examples/custom_mutators/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/custom_mutators/README.md b/examples/custom_mutators/README.md index 93f824cd..32acbd30 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. |