tree: aafcdf9bb29101d00677830ae24025cfa32f6a0b [path history] [tgz]
  1. fuzzers/
  2. tests/
  3. archive_corpus.py
  4. BUILD.gn
  5. clusterfuzz.md
  6. drfuzz_main.cc
  7. efficient_fuzzer.md
  8. fuzzer_test.gni
  9. gen_fuzzer_config.py
  10. getting_started.md
  11. OWNERS
  12. README.md
  13. reference.md
  14. unittest_main.cc
testing/libfuzzer/README.md

libFuzzer in Chrome

go/libfuzzer-chrome

This directory contains integration between libFuzzer and Chrome. libFuzzer is an in-process coverage-driven evolutionary fuzzer. It helps engineers to uncover potential security & stability problems earlier.

Requirements: libFuzzer in Chrome is supported with GN on Linux only.

Integration Status

Fuzzer tests are well-integrated with Chrome build system & distributed ClusterFuzz fuzzing system. Cover bug: crbug.com/539572.

Documentation

Trophies

  • ClusterFuzz Bugs - issues found and automatically filed by ClusterFuzz.
  • Manual Bugs - issues that were filed manually after running fuzzers.
  • Pdfium Bugs - bugs found in pdfium by manual fuzzing.
  • OSS Trophies - bugs found with libFuzzer in open-source projects.