about summary refs log tree commit diff
diff options
context:
space:
mode:
authormarc <marc@marc.srlabs.de>2023-08-10 14:46:37 +0200
committermarc <marc@marc.srlabs.de>2023-08-10 14:46:37 +0200
commit1cd9258768253e082baa1cc453c578b373839dbc (patch)
treef58a60b3e478310609e0cae28fd3ad272b7423f3
parent9607d1db06ebfc2fe1ba565a0ef0123ab3f3e76c (diff)
downloadafl++-1cd9258768253e082baa1cc453c578b373839dbc.tar.gz
update tritondse script
-rw-r--r--custom_mutators/aflpp_tritondse/aflpp_tritondse.py2
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,