Commit Graph

1 Commits

Author SHA1 Message Date
Aaron Green
f3c3d2b935 pw_fuzzer: Add module
This CL adds fuzzing support, in the form of GN logic, docs, and an
example fuzzer.

You can run this fuzzer with the following:
$ pw_fuzzer/examples/build_and_run_toy_fuzzer.sh

This is rather bare-bones at the moment. Additional features, like
corpus and dictionary integration, more sanitizers, etc. are follow-on
work.

Change-Id: I7fb4d5ecbb59d1e9b69f4594db4222728b8da2f9
2020-04-06 18:22:00 +00:00