diff options
author | vanhauser-thc <vh@thc.org> | 2023-05-16 12:33:58 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-05-16 12:33:58 +0200 |
commit | 49997e60cba8dc260d45cc0ce68fa810588e2f23 (patch) | |
tree | d114c286fdf59a89c2e9b35cd066f5ff4426f5ac /custom_mutators/aflpp_tritondse/aflpp_tritondse.py | |
parent | 1ad63a6a32d966f1ac05ff40163ef7f747011307 (diff) | |
download | afl++-49997e60cba8dc260d45cc0ce68fa810588e2f23.tar.gz |
fix
Diffstat (limited to 'custom_mutators/aflpp_tritondse/aflpp_tritondse.py')
-rw-r--r-- | custom_mutators/aflpp_tritondse/aflpp_tritondse.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/custom_mutators/aflpp_tritondse/aflpp_tritondse.py b/custom_mutators/aflpp_tritondse/aflpp_tritondse.py index 48367bc7..cef28f34 100644 --- a/custom_mutators/aflpp_tritondse/aflpp_tritondse.py +++ b/custom_mutators/aflpp_tritondse/aflpp_tritondse.py @@ -206,5 +206,11 @@ def queue_new_entry(filename_new_queue, filename_orig_queue): #dse.explore() pass + +# we simulate just doing one single fuzz in the custom mutator +def fuzz_count(buf): + return 1 + + def splice_optout(): pass |