mirror of https://github.com/google/oss-fuzz.git
Update new_project_guide.md
This commit is contained in:
parent
cb7974288b
commit
3a92187ad7
|
@ -80,8 +80,8 @@ In general, this script will need to:
|
|||
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.
|
||||
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 contain
|
||||
alphanumeric characters, underscore(_) or dash(-). Otherwise, they won't run on the our infrastructure.
|
||||
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.
|
||||
|
||||
For expat, this looks like [this](https://github.com/google/oss-fuzz/blob/master/projects/expat/build.sh):
|
||||
|
||||
|
|
Loading…
Reference in New Issue