mirror of https://github.com/google/oss-fuzz.git
Update new_project_guide.md
This commit is contained in:
parent
afa38abb0c
commit
c06d60f878
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue