syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Dmitry Vyukov 375a3e31e1 pkg/build: save kernel config early
Currently we don't capture kernel config for broken builds
because the config is saved as the last step.
Save it as early as possible.
2018-07-24 14:30:05 +02:00
dashboard dashboard/app: don't show broken links to empty configs 2018-07-24 14:29:21 +02:00
docs executor: overhaul 2018-07-24 12:04:27 +02:00
executor executor: fix strict aliasing violations 2018-07-24 13:29:26 +02:00
Godeps vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
pkg pkg/build: save kernel config early 2018-07-24 14:30:05 +02:00
prog executor: overhaul 2018-07-24 12:04:27 +02:00
sys executor: fix strict aliasing violations 2018-07-24 13:29:26 +02:00
syz-ci syz-ci: fix poll of fixing commits 2018-07-20 20:48:34 +02:00
syz-fuzzer pkg/host: add "network devices" feature 2018-07-13 12:46:32 +02:00
syz-hub syz-manager: make rpc communication finer grained 2018-06-26 13:59:47 +02:00
syz-manager syz-manager: Support kernelSrc and vmlinux from different tree 2018-07-23 09:52:04 +02:00
tools executor: overhaul 2018-07-24 12:04:27 +02:00
vendor vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
vm vm/qemu, vm/gce: kill fuzzer on first kernel bug 2018-07-24 13:44:48 +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 executor: overhaul 2018-07-24 12:04:27 +02:00
.travis.yml .travis.yml: update libc++ download location 2018-07-02 16:08:32 +02:00
AUTHORS sys/linux: add rtc description 2018-07-02 17:55:41 +02:00
CONTRIBUTORS syz-manager: Support kernelSrc and vmlinux from different tree 2018-07-23 09:52:04 +02:00
LICENSE initial commit 2015-10-12 10:16:57 +02:00
Makefile Makefile: disable 32-bit executor build 2018-07-24 14:04:43 +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.