mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 10:08:07 +00:00
small fix to actually document custom mutator introspection
This commit is contained in:
@ -1846,12 +1846,6 @@ custom_mutator_stage:
|
|||||||
|
|
||||||
if (mutated_size > 0) {
|
if (mutated_size > 0) {
|
||||||
|
|
||||||
#ifdef INTROSPECTION
|
|
||||||
snprintf(afl->mutation, sizeof(afl->mutation), "%s CUSTOM-%s",
|
|
||||||
afl->queue_cur->fname,
|
|
||||||
target != NULL ? (char *)target->fname : "none");
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if (common_fuzz_stuff(afl, mutated_buf, (u32)mutated_size)) {
|
if (common_fuzz_stuff(afl, mutated_buf, (u32)mutated_size)) {
|
||||||
|
|
||||||
goto abandon_entry;
|
goto abandon_entry;
|
||||||
|
Reference in New Issue
Block a user