From c06d60f878f5754cf8c27deb13c0abe3c6ecd86c Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Thu, 18 Jan 2018 08:25:39 -0800 Subject: [PATCH] Update new_project_guide.md --- docs/new_project_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/new_project_guide.md b/docs/new_project_guide.md index f7de18251..09977fdc5 100644 --- a/docs/new_project_guide.md +++ b/docs/new_project_guide.md @@ -92,7 +92,7 @@ In general, this script will need to: *Note*: 1. Please don't assume that the fuzzing engine is libFuzzer and hardcode in your build scripts. -In future, we will add support for other fuzzing engines like AFL. +We generate builds for both libFuzzer and AFL fuzzing engine configurations. So, link the fuzzing engine using `-lFuzzingEngine`, see example below. 2. Please make sure that the binary names for your [fuzz targets](glossary.md#fuzz-target) contain only alphanumeric characters, underscore(_) or dash(-). Otherwise, they won't run on our infrastructure.