mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 03:18:07 +00:00
update instrumenation/README.instrument_file.md for gcc_plugin
This commit is contained in:
@ -93,9 +93,9 @@ void setup_custom_mutators(afl_state_t *afl) {
|
||||
|
||||
}
|
||||
|
||||
struct custom_mutator *mutator = load_custom_mutator_py(afl, module_name);
|
||||
struct custom_mutator *m = load_custom_mutator_py(afl, module_name);
|
||||
afl->custom_mutators_count++;
|
||||
list_append(&afl->custom_mutator_list, mutator);
|
||||
list_append(&afl->custom_mutator_list, m);
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user