Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.4 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.4 KB

Libfuzzer in Chrome

go/libfuzzer-chrome

*** aside Getting Started | Buildbot | ClusterFuzz Status


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.

*** note 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