about summary refs log tree commit diff
path: root/custom_mutators/README.md
blob: 0abce32f05d6b27b0ea867433863738fa1874562 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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 separating their paths with `:` in the environment variable.