Home
last modified time | relevance | path

Searched refs:afl_python_module (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-mutators.c122 u8 *module_name = afl->afl_env.afl_python_module; in setup_custom_mutators()
142 if (afl->afl_env.afl_python_module) { in setup_custom_mutators()
H A Dafl-fuzz-state.c451 afl->afl_env.afl_python_module = in read_afl_environment()
H A Dafl-fuzz-stats.c1236 if (unlikely(afl->afl_env.afl_python_module)) {
2083 if (unlikely(afl->afl_env.afl_python_module)) {
H A Dafl-showmap.c1617 afl->afl_env.afl_python_module = getenv("AFL_PYTHON_MODULE"); in main()
/aosp_15_r20/external/AFLplusplus/include/
H A Dafl-fuzz.h453 u8 *afl_tmpdir, *afl_custom_mutator_library, *afl_python_module, *afl_path, member