diff options
author | van Hauser <vh@thc.org> | 2019-06-20 12:22:46 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-06-20 12:22:46 +0200 |
commit | d10ebd1a6837f9fc42886fd5debe5311784be75a (patch) | |
tree | 38a04cb84b2815af7b2f588cb0b1ee04edf0a0b4 /python_mutators/README | |
parent | 4e3d921f1a7016755721cec0141ae0978621669f (diff) | |
download | afl++-d10ebd1a6837f9fc42886fd5debe5311784be75a.tar.gz |
python mutator examples added
Diffstat (limited to 'python_mutators/README')
-rw-r--r-- | python_mutators/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/python_mutators/README b/python_mutators/README new file mode 100644 index 00000000..174c8a64 --- /dev/null +++ b/python_mutators/README @@ -0,0 +1,11 @@ +These are example and helper files for the AFL_PYTHON_MODULE feature. +See docs/python_mutators.txt for more information + + +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 :) |