about summary refs log tree commit diff
path: root/custom_mutators/README.md
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2021-04-26 16:03:08 +0200
committerDominik Maier <domenukk@gmail.com>2021-04-26 16:03:08 +0200
commita3f8fc5d1ccabc455e28157ee86211f0c11c81a3 (patch)
tree3ca0fd7889aa8291bd16226d50b95f8966bd8e82 /custom_mutators/README.md
parent3d830daa46da9412f475310afabf1b965156f3e1 (diff)
downloadafl++-a3f8fc5d1ccabc455e28157ee86211f0c11c81a3.tar.gz
moved custom_mutator examples
Diffstat (limited to 'custom_mutators/README.md')
-rw-r--r--custom_mutators/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/custom_mutators/README.md b/custom_mutators/README.md
index b0444c85..5e1d0fe6 100644
--- a/custom_mutators/README.md
+++ b/custom_mutators/README.md
@@ -3,6 +3,14 @@
 Custom mutators enhance and alter the mutation strategies of afl++.
 For further information and documentation on how to write your own, read [the docs](../docs/custom_mutators.md).
 
+## Examples
+
+The `./examples` folder contains examples for custom mutators in python and C.
+
+## Rust
+
+In `./rust`, you will find rust bindings, including a simple example in `./rust/example` and an example for structured fuzzing, based on lain, in`./rust/example_lain`.
+
 ## The afl++ Grammar Mutator
 
 If you use git to clone afl++, then the following will incorporate our