diff options
Diffstat (limited to 'custom_mutators/README.md')
-rw-r--r-- | custom_mutators/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/custom_mutators/README.md b/custom_mutators/README.md new file mode 100644 index 00000000..35563d03 --- /dev/null +++ b/custom_mutators/README.md @@ -0,0 +1,12 @@ +# production ready custom mutators + +This directory holds ready to use custom mutators. +Just type "make" in the individual subdirectories. + +Use with e.g. + +`AFL_CUSTOM_MUTATOR_LIBRARY=custom_mutators/radamsa/radamsa-mutator.so afl-fuzz ....` + +and add `AFL_CUSTOM_MUTATOR_ONLY=1` if you only want to use the custom mutator. + +Multiple custom mutators can be used by seperating their paths with `:` in the environment variable. |