syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Andrey Konovalov c5d0c9e318 Merge pull request #285 from xairy/up-fix-recursion
prog: allow recursion for optional pointers
2017-07-19 18:38:22 +02:00
dashboard/dashapi dashboard/dashapi: add API for new dashboard 2017-06-30 16:00:09 +02:00
docs Update linux_kernel_configs.md 2017-07-18 14:00:26 +02:00
executor prog: allow recursion for optional pointers 2017-07-19 15:46:50 +02:00
Godeps vendor: add google.golang.org/appengine/mail 2017-06-30 14:25:26 +02:00
pkg pkg/report: replace lines numbers with LINE in report headers 2017-07-19 17:20:19 +02:00
prog prog: allow recursion for optional pointers 2017-07-19 15:46:50 +02:00
sys prog: allow recursion for optional pointers 2017-07-19 15:46:50 +02:00
syz-ci syz-ci: fix dashboard settings in manager config 2017-07-18 16:34:33 +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 syz-ci: allow to specify cmdline/sysctls 2017-07-17 12:39:11 +02:00
syz-hub all: use consistent file permissions 2017-07-03 14:00:47 +02:00
syz-manager syz-manager: don't print empty tag on report page 2017-07-19 17:35:40 +02:00
tools tools/create-gce-image.sh: ignore SIGINT 2017-07-17 14:45:41 +02:00
vendor vendor: add google.golang.org/appengine/mail 2017-06-30 14:25:26 +02:00
vm vm/isolated: reformat 2017-07-18 09:58:53 +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 Add Isolated VM 2017-07-18 09:57: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.