diff options
author | h1994st <h1994st@gmail.com> | 2020-03-04 01:09:37 -0500 |
---|---|---|
committer | h1994st <h1994st@gmail.com> | 2020-03-04 01:09:37 -0500 |
commit | 38e7dd2b9efbd9c6cda47774630a82660d3156b3 (patch) | |
tree | b889bbc0c5c07f5f84b50253d675390305953c0b /examples/python_mutators/README | |
parent | 42ce48db39ba487caeb9477535364170fccf956a (diff) | |
download | afl++-38e7dd2b9efbd9c6cda47774630a82660d3156b3.tar.gz |
Update examples of the custom mutator
- Merge `examples/python_mutators` into `examples/custom_mutators` - Remove `examples/python_mutators` - Update existing examples to demonstrate new APIs
Diffstat (limited to 'examples/python_mutators/README')
-rw-r--r-- | examples/python_mutators/README | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/python_mutators/README b/examples/python_mutators/README deleted file mode 100644 index 8e378405..00000000 --- a/examples/python_mutators/README +++ /dev/null @@ -1,18 +0,0 @@ -These are example and helper files for the AFL_PYTHON_MODULE feature. -See [docs/python_mutators.md](../docs/python_mutators.md) for more information - -Note that if you compile with python3.7 you must use python3 scripts, and if -you use pyton2.7 to compile python2 scripts! - - -example.py - this is the template you can use, the functions are there - but they are empty - -simple-chunk-replace.py - this is a simple example where chunks are replaced - -common.py - this can be used for common functions and helpers. - the examples do not use this though. But you can :) - -wrapper_afl_min.py - mutation of XML documents, loads XmlMutatorMin.py - -XmlMutatorMin.py - module for XML mutation |