Searched refs:afl_custom_fuzz_send (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/AFLplusplus/src/ |
H A D | afl-fuzz-mutators.c | 389 mutator->afl_custom_fuzz_send = dlsym(dh, "afl_custom_fuzz_send"); in load_custom_mutator() 390 if (!mutator->afl_custom_fuzz_send) { in load_custom_mutator()
|
H A D | afl-fuzz-run.c | 174 if (el->afl_custom_fuzz_send) { in write_to_testcase() 176 el->afl_custom_fuzz_send(el->data, *mem, new_size); in write_to_testcase()
|
H A D | afl-showmap.c | 395 if (el->afl_custom_fuzz_send) { in pre_afl_fsrv_write_to_testcase() 397 el->afl_custom_fuzz_send(el->data, mem, len); in pre_afl_fsrv_write_to_testcase()
|
H A D | afl-fuzz-python.c | 469 mutator->afl_custom_fuzz_send = fuzz_send_py; in load_custom_mutator_py()
|
/aosp_15_r20/external/AFLplusplus/utils/afl_proxy/ |
H A D | README.md | 11 afl_custom_fuzz_send to send data to a target, which is much more efficient!
|
/aosp_15_r20/external/AFLplusplus/include/ |
H A D | afl-fuzz.h | 1073 void (*afl_custom_fuzz_send)(void *data, const u8 *buf, size_t buf_size); member
|
/aosp_15_r20/external/AFLplusplus/docs/ |
H A D | custom_mutators.md | 61 void (*afl_custom_fuzz_send)(void *data, const u8 *buf, size_t buf_size);
|
H A D | Changelog.md | 166 - added afl_custom_fuzz_send custom mutator feature. Now your can
|
/aosp_15_r20/external/AFLplusplus/ |
H A D | Changelog.md | 166 - added afl_custom_fuzz_send custom mutator feature. Now your can
|