From 77aded69c1f141f94d2a4b97e99ce587c349f230 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Wed, 15 Mar 2017 16:33:27 -0700 Subject: [PATCH] add AFL faq entry (#462) --- docs/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 4c41d4bf6..9075b39b2 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -86,5 +86,5 @@ If your fuzz target is running for many days and does not find bugs or new cover In either case, look at the [coverage reports](clusterfuzz.md#coverage-reports) for your target(s) and figure out why some parts of the code are not covered. - - +## Does OSS-Fuzz support AFL? +OSS-Fuzz *uses* [AFL](http://lcamtuf.coredump.cx/afl/) as one of its [fuzzing engines](glossary.md#fuzzing-engine) but this is an implementation detail. Just follow the [ideal integration guide](ideal_integration.md) and OSS-Fuzz will use all its fuzzing engines on your code.