2019-08-07 14:37:16 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
title: Useful links
|
|
|
|
nav_order: 2
|
2019-08-22 18:33:39 +00:00
|
|
|
permalink: /reference/useful-links/
|
2019-08-07 14:37:16 +00:00
|
|
|
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.
|
|
|
|
|
|
|
|
## Blog posts
|
|
|
|
|
2019-08-15 22:07:23 +00:00
|
|
|
* 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))
|
2019-08-07 14:37:16 +00:00
|
|
|
|
|
|
|
## 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/)
|