commit | 7a53e7e35da7468b5a6291fa3b5e1db4bcdf402f | [log] [tgz] |
---|---|---|
author | Dmitry Vyukov <dvyukov@google.com> | Tue Nov 14 09:41:55 2017 +0100 |
committer | Dmitry Vyukov <dvyukov@google.com> | Tue Nov 14 09:41:55 2017 +0100 |
tree | 62d7db4c53b8ab4da2fab89c25f528904d8bf517 | |
parent | f9a8d567eb3388d0909e0d3cb6df23d345911850 [diff] |
pkg/report: combine report data into a struct Parse returns 5 variables now. Later we may want to add crash "priority". Introduce Report struct that holds all report data.
syzkaller
is an unsupervised coverage-guided kernel fuzzer. Linux
kernel fuzzing has the most support, akaros
, freebsd
, fuchsia
, netbsd
and windows
are supported to varying degrees.
The project mailing list is syzkaller@googlegroups.com. You can subscribe to it with a google account or by sending an email to syzkaller+subscribe@googlegroups.com.
Initially, syzkaller was developed with Linux kernel fuzzing in mind, but now it's being extended to support other OS kernels as well. Most of the documentation at this moment is related to the Linux kernel. For other OS kernels check: Akaros, FreeBSD, Fuchsia, NetBSD, Windows.
This is not an official Google product.