mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 19:08:08 +00:00
Refactoring fuzz_py
API
This commit is contained in:
@ -281,7 +281,6 @@ void load_custom_mutator_py(const char* module_name) {
|
||||
mutator->name = module_name;
|
||||
ACTF("Loading Python mutator library from '%s'...", module_name);
|
||||
|
||||
/* TODO: unify "init" and "fuzz" */
|
||||
if (py_functions[PY_FUNC_INIT])
|
||||
mutator->afl_custom_init = init_py;
|
||||
|
||||
|
Reference in New Issue
Block a user