Link
Search
Menu
Expand
Document
ClusterFuzz
ClusterFuzz
Architecture
Getting started
Prerequisites
Running a local instance
Setting up fuzzing
libFuzzer and AFL++
Blackbox fuzzing
Heartbleed example
Production setup
ClusterFuzz
Build pipeline
Setting up a fuzzing job
Setting up bots
Using ClusterFuzz
UI overview
Workflows
Triaging new crashes
Fixing a bug
Analyzing fuzzer performance
Uploading a testcase
Advanced features
Access control
Code coverage
Contributing code
Source code
Running unit tests
Staging changes
Reference
Glossary
Coverage guided vs blackbox fuzzing
Job definition
FAQ
ClusterFuzz on GitHub
Setting up fuzzing
以下页面将引导您设置模糊测试任务.
ClusterFuzz支持这两种类型的模糊测试: 覆盖率导向的模糊测试(使用
libFuzzer
以及
AFL
)以及黑盒模糊测试. 查看
这个页面
以获悉这两种类型的比较.
Table of contents
libFuzzer and AFL++
Blackbox fuzzing
Heartbleed example