syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
2019-03-18 12:41:16 +01:00
dashboard dashboard/config: add freebsd service script 2019-03-18 12:41:16 +01:00
docs Update setup_ubuntu-host_qemu-vm_x86-64-kernel.md 2019-03-18 07:30:25 +01:00
executor sys/openbsd: add chflags descriptions 2019-03-18 08:52:35 +01:00
Godeps vendor/github.com/google/go-cmp: update to HEAD 2019-03-17 18:06:44 +01:00
pkg pkg/osutil: kill subprocesses more reliably 2019-03-18 10:52:18 +01:00
prog all: switch to Go 1.12 2019-03-14 14:55:59 +01:00
sys sys/openbsd: add chflags descriptions 2019-03-18 08:52:35 +01:00
syz-ci dashboard/app, syz-ci: bisection support 2019-03-17 18:06:44 +01:00
syz-fuzzer syz-fuzzer: communicate image testing errors to caller 2019-03-17 18:06:44 +01:00
syz-hub syz-manager: factor out rpc serving part 2018-12-26 10:58:23 +01:00
syz-manager dashboard/app: poll commits info 2019-02-17 15:08:45 +01:00
tools tools/syz-testbuild: add utility for kernel build testing 2019-03-17 18:06:44 +01:00
vendor vendor/github.com/google/go-cmp: update to HEAD 2019-03-17 18:06:44 +01:00
vm vm/qemu: detect boot errors faster 2019-03-17 18:06:44 +01: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 tools/syz-trace2syz: add tool to convert strace output to programs 2018-12-06 16:25:37 +01:00
.travis.yml all: switch to Go 1.12 2019-03-14 14:55:59 +01:00
AUTHORS AUTHORS/CONTRIBUTORS: register myself as an author and a contributor 2019-03-07 19:46:55 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-02-04 12:05:04 +01:00
CONTRIBUTORS AUTHORS/CONTRIBUTORS: register myself as an author and a contributor 2019-03-07 19:46:55 +01:00
fuzz.yaml fuzz.yaml: add pkg/compiler and trace2syz fuzzers 2019-03-05 15:57:06 +01:00
LICENSE initial commit 2015-10-12 10:16:57 +02:00
Makefile all: switch to Go 1.12 2019-03-14 14:55:59 +01:00
README.md docs: add new line in README.md 2019-03-01 11:33:01 +01:00

syzkaller - kernel fuzzer

Build Status Go Report Card Coverage Status GoDoc License

syzkaller is an unsupervised coverage-guided kernel fuzzer.
Supported OSes: Akaros, FreeBSD, Fuchsia, gVisor, Linux, NetBSD, OpenBSD, Windows.

Mailing list: syzkaller@googlegroups.com (join on web or by email).

Found bugs: Akaros, Darwin/XNU, FreeBSD, Linux, NetBSD, OpenBSD, Windows.

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, Darwin/XNU, FreeBSD, Fuchsia, NetBSD, OpenBSD, Windows, gVisor.

External Articles

Disclaimer

This is not an official Google product.