mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
10 lines
286 B
Plaintext
10 lines
286 B
Plaintext
# A dictionary for more efficient fuzzing of DoStuff().
|
|
# If the inputs contain multi-byte tokens, list them here.
|
|
# See https://llvm.org/docs/LibFuzzer.html#dictionaries
|
|
"\x50\x4b\x03\x04"
|
|
"\x50\x4b\x01\x02"
|
|
"\x50\x4b\x05\x06"
|
|
"\x50\x4b\x06\x06"
|
|
"\x50\x4b\x06\x07"
|
|
"\x50\x4b\x07\x08"
|