syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Dmitry Vyukov b9f93868ed dashboard/app: use CCYY/MM/DD hh:mm format
Since dateSort does not take years into account, Time field of long-standing
bugs is not sorted correctly. Also, it will become more useful to
include year of closed date after we operate the dashboard for some years.
Thus, this patch changes the format of formatTime method, and use textSort
for sorting.

Based on patch by Tetsuo Handa.
2018-07-02 14:44:14 +02:00
dashboard dashboard/app: use CCYY/MM/DD hh:mm format 2018-07-02 14:44:14 +02:00
docs Update syzbot.md 2018-07-02 10:45:51 +02:00
executor pkg/compiler: check for unused declarations 2018-06-30 19:34:41 +02:00
Godeps vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
pkg pkg/compiler: check for unused declarations 2018-06-30 19:34:41 +02:00
prog prog: fix and improve fallback coverage 2018-06-30 13:28:11 +02:00
sys pkg/compiler: check for unused declarations 2018-06-30 19:34:41 +02:00
syz-ci pkg/build: support fuchsia builds 2018-06-28 13:42:07 +02:00
syz-fuzzer syz-fuzzer: generate programs more frequently with fallback signal 2018-06-29 20:55:08 +02:00
syz-hub syz-manager: make rpc communication finer grained 2018-06-26 13:59:47 +02:00
syz-manager prog: add stronger fallback signal 2018-06-29 20:34:43 +02:00
tools executor, pkg/ipc: support output over pipes 2018-06-29 16:33:07 +02:00
vendor vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
vm vm: suppress "no output" and "lost connection" reports 2018-06-30 14:51:07 +02:00
.clang-format buildbot: add .travis.yml 2017-07-28 13:25:48 +02:00
.gitignore sys: check in generated files 2017-06-13 15:55:31 +02:00
.gometalinter.json pkg/build: move from pkg/kernel 2018-06-22 16:40:45 +02:00
.travis.yml travis: switch to Go 1.9+1.10 (#539) 2018-03-20 14:34:44 +01:00
AUTHORS AUTHORS: sync with CONTRIBUTORS 2018-06-06 10:02:03 +02:00
CONTRIBUTORS bpf: enable full unwind and kallsym export support for jited images 2018-06-07 12:39:12 +03:00
LICENSE initial commit 2015-10-12 10:16:57 +02:00
Makefile Makefile: format C sources before generating Go 2018-06-30 17:26:22 +02:00
README.md docs: add gvisor page 2018-06-25 11:58:28 +02:00

syzkaller - kernel fuzzer

Build Status

syzkaller is an unsupervised coverage-guided kernel fuzzer. Linux kernel fuzzing has the most support, akaros, freebsd, fuchsia, netbsd, windows and gvisor 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.

List of found bugs.

Documentation

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, gVisor.

External Articles

Disclaimer

This is not an official Google product.