github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/tools/syz-db-export/README.md (about) 1 # Syzbot DB export 2 Every week syzbot runs syz-db-export to export its databases: 3 1. [Upstream Linux](https://syzkaller.appspot.com/upstream) 4 db is [here](https://storage.googleapis.com/artifacts.syzkaller.appspot.com/shared-files/repro-export/upstream.tar.gz). 5 2. Contact us if you want see others. 6 7 ## Export structure 8 DB currently includes: 9 1. Bugs descriptions. 10 2. First C-Reproducer for every bug. 11 12 It doesn't include: 13 1. Second+ C-Reproducers for every bug. 14 2. Syz-Reproducers. 15 3. Any reproducer related metadata (like triggering requirements). 16 17 ## How to export more data 18 19 The best way to see more data exported is to modify the tool and send us PR with your changes. 20 21 To reproduce locally what syzbot is doing for upstream Linux: 22 ```golang 23 go run ./tools/syz-db-export/... -namespace upstream 24 ``` 25 Extending tools/syz-db-export you can teach syzbot to export more.