-
Notifications
You must be signed in to change notification settings - Fork 124
Open
Description
I have an LPM-based fuzzing test 1. I want additionally mutate generated input by a custom mutator.
Unfortunately, DEFINE_PROTO_FUZZER
doesn't have a seed
that usually passed by LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
.
Is it possible to propagate seed
to DEFINE_PROTO_FUZZER
macros?
Footnotes
Metadata
Metadata
Assignees
Labels
No labels