aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/instance/dump.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/manager: display core dumps on the syz-manager web uiAleksandr Nogikh2026-02-171-1/+0
|
* pkg/instance: extract crash dumpsAleksandr Nogikh2026-02-171-0/+86
If the crash dumps are enabled, collect one crash dump per each crash when fuzzing locally. Optionally also collect crash dumps in pkg/instance's Test(). Inspired by Chenxi Huang's downstream changes to syzkaller.