Home
last modified time | relevance | path

Searched refs:extras_cnt (Results 1 – 9 of 9) sorted by path

/dports/security/afl++/AFLplusplus-3.14c/custom_mutators/honggfuzz/
H A Dhonggfuzz.c24 unsigned int extras_cnt, a_extras_cnt; member
74 while (data->extras_cnt < data->afl->extras_cnt && in afl_custom_queue_new_entry()
78 data->afl->extras[data->extras_cnt].data, in afl_custom_queue_new_entry()
79 data->afl->extras[data->extras_cnt].len); in afl_custom_queue_new_entry()
81 data->afl->extras[data->extras_cnt].len; in afl_custom_queue_new_entry()
83 data->extras_cnt++; in afl_custom_queue_new_entry()
/dports/security/afl++/AFLplusplus-3.14c/custom_mutators/libfuzzer/
H A Dlibfuzzer.cpp28 unsigned int extras_cnt, a_extras_cnt; member
85 while (data->extras_cnt < afl_struct->extras_cnt) {
95 data->extras_cnt++;
/dports/security/afl++/AFLplusplus-3.14c/include/
H A Dafl-fuzz.h633 u32 extras_cnt; /* Total number of tokens read */ member
/dports/security/afl++/AFLplusplus-3.14c/src/
H A Dafl-fuzz-extras.c247 ++afl->extras_cnt; in load_extras_file()
260 if (!afl->extras_cnt) { in extras_check_and_sort()
380 ++afl->extras_cnt; in load_extras()
414 afl->extras[afl->extras_cnt].len = len; in add_extra_nocheck()
416 afl->extras_cnt++; in add_extra_nocheck()
434 if (!afl->extras_cnt) return; in deunicode_extras()
436 u32 i, j, orig_cnt = afl->extras_cnt; in deunicode_extras()
533 if (afl->extras_cnt < 2) return; in dedup_extras()
535 u32 i, j, orig_cnt = afl->extras_cnt; in dedup_extras()
554 --afl->extras_cnt; in dedup_extras()
[all …]
H A Dafl-fuzz-one.c1606 afl->stage_max = afl->extras_cnt * len; in fuzz_one_original()
1623 for (j = 0; j < afl->extras_cnt; ++j) { in fuzz_one_original()
1671 afl->stage_max = afl->extras_cnt * (len + 1); in fuzz_one_original()
1682 for (j = 0; j < afl->extras_cnt; ++j) { in fuzz_one_original()
2532 if (afl->extras_cnt) { in fuzz_one_original()
4094 afl->stage_max = afl->extras_cnt * len; in mopt_common_fuzzing()
4111 for (j = 0; j < afl->extras_cnt; ++j) { in mopt_common_fuzzing()
4159 afl->stage_max = afl->extras_cnt * (len + 1); in mopt_common_fuzzing()
4170 for (j = 0; j < afl->extras_cnt; ++j) { in mopt_common_fuzzing()
4823 if (!afl->extras_cnt || in mopt_common_fuzzing()
[all …]
H A Dafl-fuzz-stats.c962 } else if (unlikely(!afl->extras_cnt || afl->custom_only)) {
H A Dafl-fuzz.c1845 if (afl->extras_cnt) { OKF("Loaded a total of %u extras.", afl->extras_cnt); } in main()
/dports/security/afl/afl-2.52b/
H A Dafl-fuzz.c1642 extras[extras_cnt].len = klen; in load_extras_file()
1651 extras_cnt++; in load_extras_file()
1734 extras_cnt++; in load_extras()
1753 if (extras_cnt > MAX_DET_EXTRAS) in load_extras()
1815 for (i = 0; i < extras_cnt; i++) in maybe_add_auto()
1955 for (i = 0; i < extras_cnt; i++) in destroy_extras()
5885 stage_max = extras_cnt * len; in fuzz_one()
5902 for (j = 0; j < extras_cnt; j++) { in fuzz_one()
5909 if ((extras_cnt > MAX_DET_EXTRAS && UR(extras_cnt) >= MAX_DET_EXTRAS) || in fuzz_one()
5943 stage_max = extras_cnt * len; in fuzz_one()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/afl/src/
H A Dafl-fuzz.c1645 extras[extras_cnt].len = klen; in load_extras_file()
1654 extras_cnt++; in load_extras_file()
1737 extras_cnt++; in load_extras()
1756 if (extras_cnt > MAX_DET_EXTRAS) in load_extras()
1818 for (i = 0; i < extras_cnt; i++) in maybe_add_auto()
1958 for (i = 0; i < extras_cnt; i++) in destroy_extras()
5889 stage_max = extras_cnt * len; in fuzz_one()
5906 for (j = 0; j < extras_cnt; j++) { in fuzz_one()
5913 if ((extras_cnt > MAX_DET_EXTRAS && UR(extras_cnt) >= MAX_DET_EXTRAS) || in fuzz_one()
5947 stage_max = extras_cnt * len; in fuzz_one()
[all …]