Tag: grammar-based fuzzing
-
Feature-Focused Test Generation
Our paper “Feature-Focused Test Generation” was accepted at ASE 2026! (with Gaetano Sapia, Alexi Turcotte, David Benavides, Marcel Böhme, and Andreas Zeller) If you test complex programs and do specification-based fuzzing, you have run into this. You spend a week getting a PNG grammar right, with all the chunk types and the constraints that keep…
-
Build your own SQL Grammar-based Fuzzer
This is an interactive exercise for the audience at the Fuzzing and Software Security Summer School at the National University of Singapore. For this project, you will build a grammar-based blackbox fuzzer to test SQLite, which is the most widely deployed SQL database engine in the world. SQLite is implemented in C and for this…