snake/vendor/flac/oss-fuzz
Joseph Aquino 2233ba7025 sfml and it's dependencies now build from source on windows, all within premake no cmake required 2025-12-27 09:19:17 -05:00
..
fuzzing sfml and it's dependencies now build from source on windows, all within premake no cmake required 2025-12-27 09:19:17 -05:00
seedcorpus/fuzzer_tool_flac sfml and it's dependencies now build from source on windows, all within premake no cmake required 2025-12-27 09:19:17 -05:00
Makefile.am sfml and it's dependencies now build from source on windows, all within premake no cmake required 2025-12-27 09:19:17 -05:00
Readme.md sfml and it's dependencies now build from source on windows, all within premake no cmake required 2025-12-27 09:19:17 -05:00
common.h sfml and it's dependencies now build from source on windows, all within premake no cmake required 2025-12-27 09:19:17 -05:00
decoder.cc sfml and it's dependencies now build from source on windows, all within premake no cmake required 2025-12-27 09:19:17 -05:00
empty.cc sfml and it's dependencies now build from source on windows, all within premake no cmake required 2025-12-27 09:19:17 -05:00
encoder.cc sfml and it's dependencies now build from source on windows, all within premake no cmake required 2025-12-27 09:19:17 -05:00
encoder_v2.cc sfml and it's dependencies now build from source on windows, all within premake no cmake required 2025-12-27 09:19:17 -05:00
fuzzer_decoder.dict sfml and it's dependencies now build from source on windows, all within premake no cmake required 2025-12-27 09:19:17 -05:00
fuzzer_encoder.dict sfml and it's dependencies now build from source on windows, all within premake no cmake required 2025-12-27 09:19:17 -05:00
fuzzer_reencoder.dict sfml and it's dependencies now build from source on windows, all within premake no cmake required 2025-12-27 09:19:17 -05:00
fuzzer_tool_flac.dict sfml and it's dependencies now build from source on windows, all within premake no cmake required 2025-12-27 09:19:17 -05:00
metadata.cc sfml and it's dependencies now build from source on windows, all within premake no cmake required 2025-12-27 09:19:17 -05:00
reencoder.cc sfml and it's dependencies now build from source on windows, all within premake no cmake required 2025-12-27 09:19:17 -05:00
seek.cc sfml and it's dependencies now build from source on windows, all within premake no cmake required 2025-12-27 09:19:17 -05:00
tool_flac.c sfml and it's dependencies now build from source on windows, all within premake no cmake required 2025-12-27 09:19:17 -05:00
tool_metaflac.c sfml and it's dependencies now build from source on windows, all within premake no cmake required 2025-12-27 09:19:17 -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