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* (Internal only) [Builds dashboard](https://builder.oss-fuzz.com). 25 26## Blog posts 27 28* 2016-12-01 - Announcing OSS-Fuzz: Continuous fuzzing for open source software 29([Open Source](https://opensource.googleblog.com/2016/12/announcing-oss-fuzz-continuous-fuzzing.html), 30[Testing](https://testing.googleblog.com/2016/12/announcing-oss-fuzz-continuous-fuzzing.html), 31[Security](https://security.googleblog.com/2016/12/announcing-oss-fuzz-continuous-fuzzing.html)) 32* 2017-05-08 - OSS-Fuzz: Five months later, and rewarding projects 33([Open Source](https://opensource.googleblog.com/2017/05/oss-fuzz-five-months-later-and.html), 34[Testing](https://testing.googleblog.com/2017/05/oss-fuzz-five-months-later-and.html), 35[Security](https://security.googleblog.com/2017/05/oss-fuzz-five-months-later-and.html)) 36* 2018-11-06 - A New Chapter for OSS-Fuzz 37([Security](https://security.googleblog.com/2018/11/a-new-chapter-for-oss-fuzz.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