From 71edae4a0fd7ca64a6f2c87768d14136ac04b0a1 Mon Sep 17 00:00:00 2001 From: h1994st Date: Sun, 29 Mar 2020 01:06:28 -0400 Subject: example.py: add deinit() --- examples/custom_mutators/example.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/custom_mutators/example.py') diff --git a/examples/custom_mutators/example.py b/examples/custom_mutators/example.py index 6b58188e..7919d3d3 100644 --- a/examples/custom_mutators/example.py +++ b/examples/custom_mutators/example.py @@ -27,6 +27,10 @@ def init(seed): random.seed(seed) +def deinit(): + pass + + def fuzz(buf, add_buf, max_size): ''' Called per fuzzing iteration. -- cgit 1.4.1