OLD | NEW |
---|---|
(Empty) | |
1 # Libfuzzer in Chrome | |
2 | |
3 [g.co/libfuzzer-chrome] | |
4 | |
5 This directory contains integration between [LibFuzzer] and Chrome. | |
mmoroz
2016/03/17 11:58:13
May be "documentation about integration" / "inform
aizatsky
2016/03/17 23:39:25
No, in this case - the directory actually contains
| |
6 Libfuzzer is an in-process coverage-driven evolutionary fuzzer. It helps | |
7 engineers to uncover potential stability problems earlier. | |
mmoroz
2016/03/17 11:58:13
Let's say "security and stability"?
aizatsky
2016/03/17 23:39:25
Done.
| |
8 | |
9 *** note | |
10 **Requirements:** libfuzzer in chrome is supported with GN on Linux only. | |
11 *** | |
12 | |
13 ## Integration Status | |
14 | |
15 Fuzzer tests are well-integrated with Chrome build & distributed ClusterFuzz | |
mmoroz
2016/03/17 11:58:13
May be "Chrome build system"?
aizatsky
2016/03/17 23:39:25
Done.
| |
16 fuzzing system. Cover bug: [crub.com/539572]. | |
inferno
2016/03/17 16:49:36
typo crub->crbug
aizatsky
2016/03/17 23:39:25
Done.
| |
17 | |
18 ## Documentation | |
19 | |
20 * [Getting Started Guide] walks you through all the steps necessary to create | |
21 your fuzzer and submit it to ClusterFuzz. | |
22 * [Efficient Fuzzer Guide] explains how to measure fuzzer effectiveness and | |
23 ways to improve it. | |
24 * [ClusterFuzz Integration] describes integration between ClusterFuzz and | |
25 libfuzzer. | |
26 | |
27 | |
28 [LibFuzzer]: http://llvm.org/docs/LibFuzzer.html | |
29 [crub.com/539572]: https://bugs.chromium.org/p/chromium/issues/detail?id=539572 | |
inferno
2016/03/17 16:49:36
typo crub->crbug
aizatsky
2016/03/17 23:39:25
Done.
| |
30 [Getting Started Guide]: ./getting_started.md | |
31 [Efficient Fuzzer Guide]: ./efficient_fuzzer.md | |
32 | |
OLD | NEW |