Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 745 Bytes

File metadata and controls

18 lines (13 loc) · 745 Bytes

Fuzzing in Fuchsia

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.