imgui-sfml-premake/flac/oss-fuzz
Joseph Aquino b56848a762 inital commit 2025-12-27 14:55:26 -05:00
..
fuzzing inital commit 2025-12-27 14:55:26 -05:00
seedcorpus/fuzzer_tool_flac inital commit 2025-12-27 14:55:26 -05:00
Makefile.am inital commit 2025-12-27 14:55:26 -05:00
Readme.md inital commit 2025-12-27 14:55:26 -05:00
common.h inital commit 2025-12-27 14:55:26 -05:00
decoder.cc inital commit 2025-12-27 14:55:26 -05:00
empty.cc inital commit 2025-12-27 14:55:26 -05:00
encoder.cc inital commit 2025-12-27 14:55:26 -05:00
encoder_v2.cc inital commit 2025-12-27 14:55:26 -05:00
fuzzer_decoder.dict inital commit 2025-12-27 14:55:26 -05:00
fuzzer_encoder.dict inital commit 2025-12-27 14:55:26 -05:00
fuzzer_reencoder.dict inital commit 2025-12-27 14:55:26 -05:00
fuzzer_tool_flac.dict inital commit 2025-12-27 14:55:26 -05:00
metadata.cc inital commit 2025-12-27 14:55:26 -05:00
reencoder.cc inital commit 2025-12-27 14:55:26 -05:00
seek.cc inital commit 2025-12-27 14:55:26 -05:00
tool_flac.c inital commit 2025-12-27 14:55:26 -05:00
tool_metaflac.c inital commit 2025-12-27 14:55:26 -05:00

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