marauder2k7 a745fc3757 Initial commit 1 năm trước cách đây
..
fuzzing a745fc3757 Initial commit 1 năm trước cách đây
seedcorpus a745fc3757 Initial commit 1 năm trước cách đây
Makefile.am a745fc3757 Initial commit 1 năm trước cách đây
Readme.md a745fc3757 Initial commit 1 năm trước cách đây
common.h a745fc3757 Initial commit 1 năm trước cách đây
decoder.cc a745fc3757 Initial commit 1 năm trước cách đây
empty.cc a745fc3757 Initial commit 1 năm trước cách đây
encoder.cc a745fc3757 Initial commit 1 năm trước cách đây
encoder_v2.cc a745fc3757 Initial commit 1 năm trước cách đây
fuzzer_decoder.dict a745fc3757 Initial commit 1 năm trước cách đây
fuzzer_encoder.dict a745fc3757 Initial commit 1 năm trước cách đây
fuzzer_reencoder.dict a745fc3757 Initial commit 1 năm trước cách đây
fuzzer_tool_flac.dict a745fc3757 Initial commit 1 năm trước cách đây
metadata.cc a745fc3757 Initial commit 1 năm trước cách đây
reencoder.cc a745fc3757 Initial commit 1 năm trước cách đây
seek.cc a745fc3757 Initial commit 1 năm trước cách đây
tool_flac.c a745fc3757 Initial commit 1 năm trước cách đây
tool_metaflac.c a745fc3757 Initial commit 1 năm trước cách đây

Readme.md

Fuzzers fuzzer_decoder.cc and fuzzer_encoder.cc were taken from

https://github.com/guidovranken/flac-fuzzers

The header files in the directory fuzzing and below were taken from:

https://github.com/guidovranken/fuzzing-headers.git

Some minor modifications were made to make them build with the default C++ warning flags.

The code mentioned above, contributed by Guido Vranken, is licensed under the MIT license. See the files themselves for details