Fuzzing in Fuchsia

July 8, 2022 ยท View on GitHub

Fuzzing or fuzz testing is style of testing that stochastically generates inputs to targeted interfaces in order to automatically find defects and/or vulnerabilities.

You can learn more details about:

You can find complete examples under //examples/fuzzers.