diff options
author | vanhauser-thc <vh@thc.org> | 2021-04-13 11:26:27 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-04-13 11:26:27 +0200 |
commit | 50bb931ea604a83784609dc71934a4a8f8feb156 (patch) | |
tree | 4bd51d3b4968e6c4bd2eb59c508116f3ccd7ea18 /include/afl-fuzz.h | |
parent | 0c06371cda94e916f62b6456e86b849333acb338 (diff) | |
download | afl++-50bb931ea604a83784609dc71934a4a8f8feb156.tar.gz |
ui custom mutator only display
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 40a7fc85..325168f2 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -483,7 +483,6 @@ typedef struct afl_state { no_unlink, /* do not unlink cur_input */ debug, /* Debug mode */ custom_only, /* Custom mutator only mode */ - python_only, /* Python-only mode */ is_main_node, /* if this is the main node */ is_secondary_node; /* if this is a secondary instance */ |