Files
thirdparty-miniz/tests/zip.dict
Randy b485d01faf updates to OSS-Fuzz integration
adapt more fuzz targets from zlib,
add zip fuzzer, zip dictionary.
update uncompress_fuzzer to seed the buffer length separately.
2020-11-24 16:51:30 +01:00

10 lines
260 B
Plaintext

# Fuzzing dictionary for .zip files
header_lfh="\x50\x4b\x03\x04"
header_cd="\x50\x4b\x01\x02"
header_eocd="\x50\x4b\x05\x06"
header_eocd64="\x50\x4b\x06\x06"
data_descriptor="\x50\x4b\x07\x08"
extra_data_sig="\x50\x4b\x06\x08"
digital_sig="\x50\x4b\x05\x05"