From 43e2447ab340adb6524e20b88ab5647fb1a7dfd8 Mon Sep 17 00:00:00 2001 From: Max Moroz Date: Tue, 12 Feb 2019 10:05:41 -0800 Subject: [PATCH] [docs] Add Structure-Aware Fuzzing with libFuzzer link. (#2158) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 785e6b5f2..5e67fdf04 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,6 @@ gives a list of publicly-viewable fixed bugs found by OSS-Fuzz. * [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/) * [ClusterFuzz](https://github.com/google/clusterfuzz) -