syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Dmitry Vyukov 92a4950507 pkg/host: add "network devices" feature
Linux executor sets up some network devices for testing,
detect when that's supported on the machine and don't
do it if it's not supported.
2018-07-13 12:46:32 +02:00
dashboard dashboard/config: enable CONFIG_DEBUG_AID_FOR_SYZBOT 2018-07-12 12:38:36 +02:00
docs pkg/compiler: support negative integers 2018-07-09 20:47:07 +02:00
executor pkg/host: add "network devices" feature 2018-07-13 12:46:32 +02:00
Godeps vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
pkg pkg/host: add "network devices" feature 2018-07-13 12:46:32 +02:00
prog prog: sanitize calls after hints mutation 2018-07-12 12:40:30 +02:00
sys sys/linux: regenerate files 2018-07-13 12:44:14 +02:00
syz-ci syz-ci: don't put dynamic data into boot/test errors 2018-07-10 10:19:48 +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/mgrconfig: default kernel_src to kernel_obj 2018-07-08 22:52:24 +02:00
tools pkg/host: add "network devices" feature 2018-07-13 12:46:32 +02:00
vendor vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
vm vm: fix "no output" detection 2018-07-08 22:52:24 +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.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 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 Makefile: add akaros support 2018-07-05 13:04:37 +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.