aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/useful_links.md
blob: efbcfed74223c216bf2b755be28c2fd7754f97e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
layout: default
title: Useful links
nav_order: 2
permalink: /reference/useful-links/
parent: Reference
---

# Useful links

- TOC
{:toc}
---

## Web Interface

* The main page: [oss-fuzz.com](https://oss-fuzz.com)

## Build Status

* [This page](https://oss-fuzz-build-logs.storage.googleapis.com/index.html)
  gives the latest build logs for each project.

* (Internal only) [Builds dashboard](https://builder.oss-fuzz.com).

## Blog posts

* 2016-12-01 - Announcing OSS-Fuzz: Continuous fuzzing for open source software
([Open Source](https://opensource.googleblog.com/2016/12/announcing-oss-fuzz-continuous-fuzzing.html),
[Testing](https://testing.googleblog.com/2016/12/announcing-oss-fuzz-continuous-fuzzing.html),
[Security](https://security.googleblog.com/2016/12/announcing-oss-fuzz-continuous-fuzzing.html))
* 2017-05-08 - OSS-Fuzz: Five months later, and rewarding projects
([Open Source](https://opensource.googleblog.com/2017/05/oss-fuzz-five-months-later-and.html),
[Testing](https://testing.googleblog.com/2017/05/oss-fuzz-five-months-later-and.html),
[Security](https://security.googleblog.com/2017/05/oss-fuzz-five-months-later-and.html))
* 2018-11-06 - A New Chapter for OSS-Fuzz
([Security](https://security.googleblog.com/2018/11/a-new-chapter-for-oss-fuzz.html))

## Tutorials

* [libFuzzer documentation](http://libfuzzer.info)
* [libFuzzer tutorial](http://tutorial.libfuzzer.info)
* [libFuzzer workshop](https://github.com/Dor1s/libfuzzer-workshop)
* [Structure-Aware Fuzzing with libFuzzer](https://github.com/google/fuzzer-test-suite/blob/master/tutorial/structure-aware-fuzzing.md)
* [Chromium Fuzzing Page](https://chromium.googlesource.com/chromium/src/testing/libfuzzer/)
* [Chromium Efficient Fuzzing Guide](https://chromium.googlesource.com/chromium/src/testing/libfuzzer/+/HEAD/efficient_fuzzing.md)
* [ClusterFuzz documentation](https://google.github.io/clusterfuzz/)