• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2layout: default
3title: Useful links
4nav_order: 2
5permalink: /reference/useful-links/
6parent: Reference
7---
8
9# Useful links
10
11- TOC
12{:toc}
13---
14
15## Web Interface
16
17* The main page: [oss-fuzz.com](https://oss-fuzz.com)
18
19## Build Status
20
21* [This page](https://oss-fuzz-build-logs.storage.googleapis.com/index.html)
22  gives the latest build logs for each project.
23
24## Blog posts
25
26* 2016-12-01 - Announcing OSS-Fuzz: Continuous fuzzing for open source software
27([Open Source](https://opensource.googleblog.com/2016/12/announcing-oss-fuzz-continuous-fuzzing.html),
28[Testing](https://testing.googleblog.com/2016/12/announcing-oss-fuzz-continuous-fuzzing.html),
29[Security](https://security.googleblog.com/2016/12/announcing-oss-fuzz-continuous-fuzzing.html))
30* 2017-05-08 - OSS-Fuzz: Five months later, and rewarding projects
31([Open Source](https://opensource.googleblog.com/2017/05/oss-fuzz-five-months-later-and.html),
32[Testing](https://testing.googleblog.com/2017/05/oss-fuzz-five-months-later-and.html),
33[Security](https://security.googleblog.com/2017/05/oss-fuzz-five-months-later-and.html))
34* 2018-11-06 - A New Chapter for OSS-Fuzz
35([Security](https://security.googleblog.com/2018/11/a-new-chapter-for-oss-fuzz.html))
36* 2020-10-09 - [Fuzzing internships for Open Source Software](https://security.googleblog.com/2020/10/fuzzing-internships-for-open-source.html)
37* 2020-12-07 - [Improving open source security during the Google summer internship program](https://security.googleblog.com/2020/12/improving-open-source-security-during.html)
38
39## Tutorials
40
41* [libFuzzer documentation](http://libfuzzer.info)
42* [libFuzzer tutorial](http://tutorial.libfuzzer.info)
43* [libFuzzer workshop](https://github.com/Dor1s/libfuzzer-workshop)
44* [Structure-Aware Fuzzing with libFuzzer](https://github.com/google/fuzzer-test-suite/blob/master/tutorial/structure-aware-fuzzing.md)
45* [Chromium Fuzzing Page](https://chromium.googlesource.com/chromium/src/testing/libfuzzer/)
46* [Chromium Efficient Fuzzing Guide](https://chromium.googlesource.com/chromium/src/testing/libfuzzer/+/HEAD/efficient_fuzzing.md)
47* [ClusterFuzz documentation](https://google.github.io/clusterfuzz/)
48