diff options
author | marc <marc@marc.srlabs.de> | 2023-08-10 14:46:37 +0200 |
---|---|---|
committer | marc <marc@marc.srlabs.de> | 2023-08-10 14:46:37 +0200 |
commit | 1cd9258768253e082baa1cc453c578b373839dbc (patch) | |
tree | f58a60b3e478310609e0cae28fd3ad272b7423f3 | |
parent | 9607d1db06ebfc2fe1ba565a0ef0123ab3f3e76c (diff) | |
download | afl++-1cd9258768253e082baa1cc453c578b373839dbc.tar.gz |
update tritondse script
-rw-r--r-- | custom_mutators/aflpp_tritondse/aflpp_tritondse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_mutators/aflpp_tritondse/aflpp_tritondse.py b/custom_mutators/aflpp_tritondse/aflpp_tritondse.py index 58b506b6..58739696 100644 --- a/custom_mutators/aflpp_tritondse/aflpp_tritondse.py +++ b/custom_mutators/aflpp_tritondse/aflpp_tritondse.py @@ -164,7 +164,7 @@ def init(seed): format = SeedFormat.COMPOSITE # Now set up TritonDSE config = Config(coverage_strategy = CoverageStrategy.PATH, - debug = is_debug, + # debug = is_debug, pipe_stdout = is_debug, pipe_stderr = is_debug, execution_timeout = 1, |