diff options
author | van Hauser <vh@thc.org> | 2020-02-28 14:07:38 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-28 14:07:38 +0100 |
commit | 449a14d1d030f758a410eac062eb5fbc1707c28a (patch) | |
tree | 394b7149b2034c72475d72c2cfa0392cb7a100bd /examples/custom_mutators/README.md | |
parent | 57495a794dab13c2a6a19a4adf7275c3eb76c185 (diff) | |
download | afl++-449a14d1d030f758a410eac062eb5fbc1707c28a.tar.gz |
more examples for README and custom_mutator README
Diffstat (limited to 'examples/custom_mutators/README.md')
-rw-r--r-- | examples/custom_mutators/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/custom_mutators/README.md b/examples/custom_mutators/README.md new file mode 100644 index 00000000..6da288ab --- /dev/null +++ b/examples/custom_mutators/README.md @@ -0,0 +1,4 @@ +# A simple example for AFL_CUSTOM_MUTATOR_LIBRARY + +This is a simple example for the AFL_CUSTOM_MUTATOR_LIBRARY feature. +For more information see [docs/custom_mutator.md](../docs/custom_mutator.md) |