syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Dmitry Vyukov 2407e7407a pkg/instance: add package for testing of images/patches/bisection
Move helper image/patch testing code from syz-ci/testing.go
to a separate package so that it can be reused during bisection.

Update #501
2018-05-14 11:32:56 +02:00
dashboard dashboard/app: split overly long function 2018-05-07 16:49:42 +02:00
docs docs: add link for PH-1 kernel 2018-05-09 09:31:39 +02:00
executor executor: filter out invalid PCs on linux/x86_64 2018-05-14 11:17:58 +02:00
Godeps vendor: update all packages 2017-08-08 10:54:24 +02:00
pkg pkg/instance: add package for testing of images/patches/bisection 2018-05-14 11:32:56 +02:00
prog all: get rid of underscores in identifiers 2018-05-07 17:59:06 +02:00
sys pkg/osutil: introduce TempFile helper 2018-05-14 11:17:23 +02:00
syz-ci pkg/instance: add package for testing of images/patches/bisection 2018-05-14 11:32:56 +02:00
syz-fuzzer all: fix too long lines 2018-05-05 16:00:01 +02:00
syz-hub gometalinter: check dot imports 2018-05-03 14:41:34 +02:00
syz-manager syz-manager: add concept of partial configs 2018-05-14 11:16:57 +02:00
tools tools/kcovtrace: add missing include 2018-05-14 11:17:41 +02:00
vendor vendor/golang.org/x/net/context/: fix fmt with Go 1.8 2017-08-10 14:35:07 +02:00
vm all: get rid of underscores in identifiers 2018-05-07 17:59:06 +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 gometalinter: increase timeout 2018-05-07 18:59:22 +02:00
.travis.yml travis: switch to Go 1.9+1.10 (#539) 2018-03-20 14:34:44 +01:00
AUTHORS sys/linux: add i2c generic description 2018-04-19 11:34:29 +02:00
CONTRIBUTORS sys/linux: add i2c generic description 2018-04-19 11:34:29 +02:00
LICENSE initial commit 2015-10-12 10:16:57 +02:00
Makefile Makefile: don't run gometalinter in parallel 2018-05-13 11:59:44 +02:00
README.md Update README.md 2018-04-23 15:36:58 +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 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.

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.

External Articles

Disclaimer

This is not an official Google product.