From d10ebd1a6837f9fc42886fd5debe5311784be75a Mon Sep 17 00:00:00 2001 From: van Hauser Date: Thu, 20 Jun 2019 12:22:46 +0200 Subject: python mutator examples added --- python_mutators/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 python_mutators/README (limited to 'python_mutators/README') 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 :) -- cgit 1.4.1