You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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 aseed
that usually passed byLLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
.Is it possible to propagate
seed
toDEFINE_PROTO_FUZZER
macros?Footnotes
https://github.com/ligurio/lua-c-api-tests/blob/e4c2a46510a72baf6e3741dbd7529e74aaf698e6/tests/luaL_loadbuffer_proto/luaL_loadbuffer_proto_test.cc#L31 ↩
The text was updated successfully, but these errors were encountered: