mirror of
https://github.com/reactos/syzkaller.git
synced 2024-12-02 08:26:32 +00:00
c91904333f
Package db implements a simple key-value database. The database is cached in memory and mirrored on disk. It is used to store corpus in syz-manager and syz-hub. The database strives to minimize number of disk accesses as they can be slow in virtualized environments (GCE). Use db in syz-manager instead of the old PersistentSet. |
||
---|---|---|
.. | ||
cover.go | ||
example.cfg | ||
html.go | ||
manager.go | ||
persistent.go |