This repository contains a hands-on exercise for the tutorial “Magic of Statistics for Software Testing: How to Foresee the Unseen” by Seongmin Lee, presented at the 18th International Workshop on Search-Based and Fuzz Testing (SBFT'25).
The tutorial notebook is located at fuzzingbook/notebooks/ and named sbft25-tutorial.ipynb.
You can run it using Jupyter Notebook.
This notebook builds on the Fuzzing Book, from which this repository is forked.
For more details on setup and dependencies, see the Fuzzing Book’s README.md.
If you already have a local copy of the Fuzzing Book, simply:
- Download the
sbft25-tutorial.ipynbnotebook from thenotebooks/directory in this repo. - Place it into your local
fuzzingbook/notebooks/directory. - Open it using Jupyter Notebook.