about summary refs log tree commit diff
path: root/python_mutators
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-12-03 10:11:39 +0100
committervan Hauser <vh@thc.org>2019-12-03 10:11:39 +0100
commit674fbc39f8bcac77a543693edace00c843fc411b (patch)
treef039d2b98af5d3f8b04e543da17cac9b95a33f26 /python_mutators
parent2b0cfe1ab53f2a43db098a66e8b585420352677d (diff)
downloadafl++-674fbc39f8bcac77a543693edace00c843fc411b.tar.gz
python3.7 support for afl-fuzz py mutator
Diffstat (limited to 'python_mutators')
-rw-r--r--python_mutators/README3
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