package
0.0.0-20250311210455-ee70e6dbc377
Repository: https://github.com/google/syzkaller.git
Documentation: pkg.go.dev

# README

Syzbot DB export

Every week syzbot runs syz-db-export to export its databases:

  1. Upstream Linux db is here.
  2. Contact us if you want see others.

Export structure

DB currently includes:

  1. Bugs descriptions.
  2. First C-Reproducer for every bug.

It doesn't include:

  1. Second+ C-Reproducers for every bug.
  2. Syz-Reproducers.
  3. Any reproducer related metadata (like triggering requirements).

How to export more data

The best way to see more data exported is to modify the tool and send us PR with your changes.

To reproduce locally what syzbot is doing for upstream Linux:

go run ./tools/syz-db-export/... -namespace upstream

Extending tools/syz-db-export you can teach syzbot to export more.