aboutsummaryrefslogtreecommitdiff
path: root/custom_mutators
diff options
context:
space:
mode:
authoryangzao <yangzaocn@outlook.com>2023-11-25 21:18:32 -0700
committeryangzao <yangzaocn@outlook.com>2023-11-25 21:18:32 -0700
commitfaedb3fb29186c29a4f0cf28daa5d07350ed8094 (patch)
tree2d69a3ab094de3ef59e91c225abb17ac50b35e63 /custom_mutators
parent8af74bcaeebbe2407006333024d8803baacdb4e2 (diff)
downloadAFLplusplus-faedb3fb29186c29a4f0cf28daa5d07350ed8094.tar.gz
update python module
Diffstat (limited to 'custom_mutators')
-rw-r--r--custom_mutators/examples/example.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/custom_mutators/examples/example.py b/custom_mutators/examples/example.py
index 3a6d22e4..830f302f 100644
--- a/custom_mutators/examples/example.py
+++ b/custom_mutators/examples/example.py
@@ -133,6 +133,11 @@ def fuzz(buf, add_buf, max_size):
# @return: The buffer containing the test case after
# '''
# return buf
+# def post_run():
+# '''
+# Called after each time the execution of the target program by AFL++
+# '''
+# pass
#
# def havoc_mutation(buf, max_size):
# '''