diff options
author | van Hauser <vh@thc.org> | 2019-12-03 10:11:39 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-12-03 10:11:39 +0100 |
commit | 674fbc39f8bcac77a543693edace00c843fc411b (patch) | |
tree | f039d2b98af5d3f8b04e543da17cac9b95a33f26 /python_mutators | |
parent | 2b0cfe1ab53f2a43db098a66e8b585420352677d (diff) | |
download | afl++-674fbc39f8bcac77a543693edace00c843fc411b.tar.gz |
python3.7 support for afl-fuzz py mutator
Diffstat (limited to 'python_mutators')
-rw-r--r-- | python_mutators/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python_mutators/README b/python_mutators/README index 21a16e52..4e7d62bc 100644 --- a/python_mutators/README +++ b/python_mutators/README @@ -1,6 +1,9 @@ These are example and helper files for the AFL_PYTHON_MODULE feature. See docs/python_mutators.txt 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 |