mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
added support for __afl_coverage_interesting
This commit is contained in:
@ -145,7 +145,8 @@ static void usage(u8 *argv0, int more_help) {
|
||||
|
||||
"Other stuff:\n"
|
||||
" -M/-S id - distributed mode (see docs/parallel_fuzzing.md)\n"
|
||||
" -M auto-sets -D, -Z (use -d to disable -D) and no trimming\n"
|
||||
" -M auto-sets -D, -Z (use -d to disable -D) and no "
|
||||
"trimming\n"
|
||||
" -F path - sync to a foreign fuzzer queue directory (requires "
|
||||
"-M, can\n"
|
||||
" be specified up to %u times)\n"
|
||||
@ -502,7 +503,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
afl->sync_id = ck_strdup(optarg);
|
||||
afl->skip_deterministic = 0; // force deterministic fuzzing
|
||||
afl->old_seed_selection = 1; // force old queue walking seed selection
|
||||
afl->disable_trim = 1; // disable trimming
|
||||
afl->disable_trim = 1; // disable trimming
|
||||
|
||||
if ((c = strchr(afl->sync_id, ':'))) {
|
||||
|
||||
|
Reference in New Issue
Block a user