Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inferno-chromium authored Nov 11, 2020
1 parent ffcb1ff commit 65908f1
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
# Google Fuzzing Forum
# Fuzzing Forum

This project aims at hosting documentation, tutorials, examples, discussions, research proposals, and other resources related to [fuzzing](https://en.wikipedia.org/wiki/Fuzzing).
This project aims at hosting tutorials, examples, discussions, research proposals, and other resources related to [fuzzing](https://en.wikipedia.org/wiki/Fuzzing).

This is work in progress, stay tuned. External contributions are welcome, please
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
Expand Down

0 comments on commit 65908f1

Please sign in to comment.