Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Project page for "The Fuzzing Book"
| Date | Stars |
|---|---|
| 2026-07-24 | 1260 |
| 2026-07-25 | 1260 |
| 2026-07-28 | 1260 |
| 2026-07-30 | 1260 |
| 2026-08-07 | 1264 |
| 2026-08-16 | 1266 |
| 2026-08-19 | 1267 |
| 2026-08-24 | 1269 |
| 2026-09-04 | 1269 |
| 2026-09-06 | 1270 |
| 2026-09-07 | 1269 |
| 2026-09-10 | 1271 |
| 2026-09-12 | 1272 |
| 2026-09-18 | 1273 |
| 2026-09-19 | 1274 |
| 2026-09-20 | 1274 |
Today
— stars today
This week
+2 stars this week
This month
+7 stars this month
Momentum
0.0
growth rate 0.16%/day
<!-- Fuzzingbook README -->
<!-- Badges to be shown on project page -->
[](https://github.com/uds-se/fuzzingbook/actions/workflows/check-code.yml)
[](https://github.com/uds-se/fuzzingbook/actions/workflows/check-notebooks.yml)
[](https://github.com/uds-se/fuzzingbook/actions/workflows/check-types.yml)
[](https://github.com/uds-se/fuzzingbook/actions/workflows/check-imports.yml)
[](https://www.fuzzingbook.org/)
[](https://mybinder.org/v2/gh/uds-se/fuzzingbook/master?filepath=docs/notebooks/00_Table_of_Contents.ipynb)
[](https://www.python.org/)
[](https://www.jupyter.org/)
[,_CC_BY--NC--SA_4.0_(Book)-blue.svg)](https://github.com/uds-se/fuzzingbook/blob/master/LICENSE.md)
# The Fuzzing Book
__Welcome to "The Fuzzing Book"!__
Software has bugs, and catching bugs can involve lots of effort. This book addresses this problem by _automating_ software testing, specifically by _generating tests automatically_. Recent years have seen the development of novel techniques that lead to dramatic improvements in test generation and software testing. They now are mature enough to be assembled in a book – even with executable code.
```python
from bookutils import YouTubeVideo
YouTubeVideo("w4u5gCgPlmg")
```
<a href="https://www.youtube-nocookie.com/embed/w4u5gCgPlmg" target="_blank">
<img src="https://www.fuzzingbook.org/html/PICS/youtube.png" width=640>
</a>
## A Textbook for Paper, Screen, and Keyboard
You can use this book in multiple ways:
* You can __read chapters in your browser__. Check out the list of chapters in the menu above, or start right away with the [introduction to testing](https://www.fuzzingbook.org/html/Intro_Testing.html) or the [introduction to fuzzing](https://www.fuzzingbook.org/html/Fuzzer.html).
* You can __interact with chapters as Jupyter Notebooks__. This allows you to edit and extend the code, experimenting _live in your browser._ Select "Binder" at the top of any chapter. <a href="https://mybinder.org/v2/gh/uds-se/fuzzingbook/HEAD?labpath=docs/notebooks/Fuzzer.ipynb" target=_blank>Try interacting with the introduction to fuzzing.</a>
* You can __use the code in your own projects__. You can [download and install the code and/or the notebooks on your machine](https://www.fuzzingbook.org/html/Importing.html). These code files can be executed, yielding (hopefully) the same results as the notebooks.
<!--
* You can __present chapters as slides__. This allows for presenting the material in lectures. Just select "Resources → View slides" at the top of each chapter. <a href="https://www.fuzzingbook.org/slides/Fuzzer.slides.html" target=_blank>Try viewing the slides for the introduction to fuzzing.</a>
-->
## Who this Book is for
This work is designed as a _textbook_ for a course in software testing or security testing; as _supplementary material_ in a software testing, security testing, or software engineering course; and as a _resource for software developers_. We cover random fuzzing, mutation-based fuzzing, grammar-based test generation, symbolic testing, and much more, illustrating all techniques with code examples that you can trExcerpt of 4,329 characters
Read on GitHub3.7k
381
22
22
21
18
12
11
9
7
5
5
Sergey Bronnikov
3
3
3
2
2
2
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:4c8eeb0e3ec1fbc4, topic:testing