From 674fbc39f8bcac77a543693edace00c843fc411b Mon Sep 17 00:00:00 2001 From: van Hauser Date: Tue, 3 Dec 2019 10:11:39 +0100 Subject: python3.7 support for afl-fuzz py mutator --- python_mutators/README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python_mutators') 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 -- cgit 1.4.1