aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/faq.md
diff options
context:
space:
mode:
authorGravatar robertswiecki <robert@swiecki.net>2017-06-02 02:55:01 +0200
committerGravatar Oliver Chang <oliverchang@users.noreply.github.com>2017-06-01 17:55:01 -0700
commit268d8052a28a8f165a675d1f46513feb5795fcee (patch)
treeab45ac8e1c7d87304406653c0158bd813dfc2658 /docs/faq.md
parent5401205191e850ce8c3b3a2db2c4b24287382718 (diff)
Support honggfuzz as a FUZZING_ENGINE (#636)
Diffstat (limited to 'docs/faq.md')
-rw-r--r--docs/faq.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/faq.md b/docs/faq.md
index 9075b39b..866a07b3 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -88,3 +88,6 @@ In either case, look at the [coverage reports](clusterfuzz.md#coverage-reports)
## 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.
+
+## Does OSS-Fuzz support Honggfuzz?
+Analogically to [AFL](#does-oss-fuzz-support-afl).