blob: 7c22ecced50b6a418108a7978fb572aaaa634b21 [file] [log] [blame] [view] [edit]
# Fuzzing
This directory contains libraries and other code to support fuzzing on Fuchsia in multiple
languages.
For detailed guides on how to set up fuzzing in each languages, see the following guides:
* [C/C++](../../../docs/development/testing/fuzzing/libfuzzer.md)
* [Rust](../../../docs/development/testing/fuzzing/libfuzzer_rust.md)
* [Go](../../../docs/development/testing/fuzzing/libfuzzer_go.md)
* [FIDL](../../../docs/development/testing/fuzzing/fuzzing_fidl.md)