syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Dmitry Vyukov 2181ef35e1 pkg/osutil: don't depend on syscall in appengine build
Dashboard app now depends on osutil through config package.
Reshuffle functions so that the package does not depend
on syscall in appengine build.
2017-07-03 14:43:37 +02:00
dashboard/dashapi dashboard/dashapi: add API for new dashboard 2017-06-30 16:00:09 +02:00
docs syz-hub: split client name and manager name 2017-06-29 17:50:44 +02:00
executor Makefile: actually cross-compile during presubmit 2017-06-26 15:45:51 +02:00
Godeps vendor: add google.golang.org/appengine/mail 2017-06-30 14:25:26 +02:00
pkg pkg/osutil: don't depend on syscall in appengine build 2017-07-03 14:43:37 +02:00
prog prog: fix PtrType generation 2017-06-27 12:41:07 +02:00
sys all: use consistent file permissions 2017-07-03 14:00:47 +02:00
syz-ci syz-ci: fix manager config creation 2017-07-03 14:23:35 +02:00
syz-dash pkg/email: move patch parsing from pkg/kernel 2017-06-30 16:20:19 +02:00
syz-fuzzer pkg/rpctype: from from rpctype 2017-06-17 14:41:15 +02:00
syz-gce all: use consistent file permissions 2017-07-03 14:00:47 +02:00
syz-hub all: use consistent file permissions 2017-07-03 14:00:47 +02:00
syz-manager all: use consistent file permissions 2017-07-03 14:00:47 +02:00
tools all: use consistent file permissions 2017-07-03 14:00:47 +02:00
vendor vendor: add google.golang.org/appengine/mail 2017-06-30 14:25:26 +02:00
vm all: use consistent file permissions 2017-07-03 14:00:47 +02:00
.clang-format add a missed file 2015-10-13 15:29:07 +02:00
.gitignore sys: check in generated files 2017-06-13 15:55:31 +02:00
AUTHORS Parse incdir "incdir" in syscall description file to add custom include directories. (#180) 2017-06-26 10:52:47 +02:00
CONTRIBUTORS Port console to Darwin (#253) 2017-06-26 15:32:38 +02:00
LICENSE initial commit 2015-10-12 10:16:57 +02:00
Makefile syz-hub: split client name and manager name 2017-06-29 17:50:44 +02:00
README.md docs: move parts of README to docs 2017-06-14 16:13:33 +02:00

syzkaller - linux kernel fuzzer

syzkaller is an unsupervised coverage-guided Linux kernel fuzzer.

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

External Articles

Disclaimer

This is not an official Google product.