syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
2018-06-25 11:58:28 +02:00
dashboard dashboard/app: fix table sorting on firefox 2018-06-19 13:07:54 +02:00
docs docs: add gvisor page 2018-06-25 11:58:28 +02:00
executor sys/linux: add 2 custom uids 2018-06-23 11:36:55 +02:00
Godeps vendor: add github.com/google/go-cmp/cmp 2018-06-18 19:45:37 +02:00
pkg pkg/report: add suppressions for Go race OOMs 2018-06-23 10:13:12 +02:00
prog prog: more precise constructor calculation 2018-06-18 19:45:48 +02:00
sys sys/linux: add 2 custom uids 2018-06-23 11:36:55 +02:00
syz-ci pkg/instance: say that gvisor can create instances out of thin air 2018-06-23 10:12:35 +02:00
syz-fuzzer syz-fuzzer: prevent not output crashes during machine checking 2018-06-22 20:32:54 +02:00
syz-hub gometalinter: check dot imports 2018-05-03 14:41:34 +02:00
syz-manager pkg/report: allow to specify suppressions per OS 2018-06-22 16:40:45 +02:00
tools pkg/report: allow to specify suppressions per OS 2018-06-22 16:40:45 +02:00
vendor vendor: add github.com/google/go-cmp/cmp 2018-06-18 19:45:37 +02:00
vm vm/gvisor: fix empty runsc_args 2018-06-22 20:50:19 +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 pkg/build: move from pkg/kernel 2018-06-22 16:40:45 +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.