Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/fuzzing
Tutorials, examples, discussions, research proposals, and other resources related to fuzzing
https://github.com/google/fuzzing
Last synced: about 1 month ago
JSON representation
Tutorials, examples, discussions, research proposals, and other resources related to fuzzing
- Host: GitHub
- URL: https://github.com/google/fuzzing
- Owner: google
- License: apache-2.0
- Created: 2019-04-16T20:35:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T14:45:24.000Z (about 2 months ago)
- Last Synced: 2024-10-25T18:59:56.312Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 1.29 MB
- Stars: 3,491
- Watchers: 112
- Forks: 432
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
- security-study-tutorial - Google 建了一个 Fuzzing Repo,用来放 Fuzzing 相关的文档、教程等资源
- awesome-repositories - google/fuzzing - Tutorials, examples, discussions, research proposals, and other resources related to fuzzing (C++)
README
# Fuzzing Forum
This project aims at hosting tutorials, examples, discussions, research proposals, and other resources related to [fuzzing](https://en.wikipedia.org/wiki/Fuzzing).
External contributions are welcome, please
see [CONTRIBUTING](CONTRIBUTING) file for more info.# Documentation
* [Why fuzz?](https://github.com/google/fuzzing/blob/master/docs/why-fuzz.md)
* [Introduction to fuzzing](https://github.com/google/fuzzing/blob/master/docs/intro-to-fuzzing.md)
* [What makes a good fuzz target](https://github.com/google/fuzzing/blob/master/docs/good-fuzz-target.md)
* [How to split a fuzzer-generated input into parts](https://github.com/google/fuzzing/blob/master/docs/split-inputs.md)
* [How to write structure-aware fuzzers with libFuzzer](https://github.com/google/fuzzing/blob/master/docs/structure-aware-fuzzing.md)
* [How to build fuzz targets](https://github.com/google/fuzzing/blob/master/docs/building-fuzz-targets.md)
* [Overview of AFL based fuzzers](https://github.com/google/fuzzing/blob/master/docs/afl-based-fuzzers-overview.md)
* [Fuzzing glossary](https://github.com/google/fuzzing/blob/master/docs/glossary.md)# Related projects
* [OSS-Fuzz](https://github.com/google/oss-fuzz) - Continuous Fuzzing Service for Open Source Software
* [ClusterFuzz](https://github.com/google/clusterfuzz) - Scalable Fuzzing Infrastructure
* [FuzzBench](https://github.com/google/fuzzbench) - Fuzzer benchmarking as a service# Disclaimer
This is not an official Google product.