diff options
author | rish9101 <rranjan@cs.iitr.ac.in> | 2020-05-13 18:59:12 +0530 |
---|---|---|
committer | rish9101 <rranjan@cs.iitr.ac.in> | 2020-05-13 18:59:12 +0530 |
commit | 9627458ecc61783aa1f8bf76835abe00c4107739 (patch) | |
tree | d489774c83c2e24faf9c44fcde3eb21990679891 /examples/custom_mutators/example.py | |
parent | f8b3d34225102158ed585130e3de08772e989b53 (diff) | |
download | afl++-9627458ecc61783aa1f8bf76835abe00c4107739.tar.gz |
Add post library API as custom mutator and rename pre_save
Diffstat (limited to 'examples/custom_mutators/example.py')
-rw-r--r-- | examples/custom_mutators/example.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/custom_mutators/example.py b/examples/custom_mutators/example.py index 3c3fa8c1..cf659e5a 100644 --- a/examples/custom_mutators/example.py +++ b/examples/custom_mutators/example.py @@ -120,7 +120,7 @@ def fuzz(buf, add_buf, max_size): # # return next_index # -# def pre_save(buf): +# def post_process(buf): # ''' # Called just before the execution to write the test case in the format # expected by the target |