From 449a14d1d030f758a410eac062eb5fbc1707c28a Mon Sep 17 00:00:00 2001 From: van Hauser Date: Fri, 28 Feb 2020 14:07:38 +0100 Subject: more examples for README and custom_mutator README --- examples/custom_mutators/README | 2 -- examples/custom_mutators/README.md | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 examples/custom_mutators/README create mode 100644 examples/custom_mutators/README.md (limited to 'examples') diff --git a/examples/custom_mutators/README b/examples/custom_mutators/README deleted file mode 100644 index f2ae0e4f..00000000 --- a/examples/custom_mutators/README +++ /dev/null @@ -1,2 +0,0 @@ -This is a simple example for the AFL_CUSTOM_MUTATOR_LIBRARY feature. -For more information see [docs/custom_mutator.md](../docs/custom_mutator.md) 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) -- cgit 1.4.1