syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
2018-03-01 19:26:53 +01:00
dashboard dashboard/app: preserve at least 1 crash per manager 2018-02-26 12:08:01 +01:00
docs [docs] Add Linux network troubleshooting guidance. 2018-03-01 10:11:02 +01:00
executor sys/linux: add remaining aux netfilter descriptions 2018-03-01 19:26:53 +01:00
Godeps vendor: update all packages 2017-08-08 10:54:24 +02:00
pkg pkg/gce: fix a type 2018-02-27 12:08:16 +01:00
prog prog: extend a TODO about big-endian hints 2018-02-27 12:06:28 +01:00
sys sys/linux: add remaining aux netfilter descriptions 2018-03-01 19:26:53 +01:00
syz-ci syz-ci: fix log message 2018-01-17 21:09:02 +01:00
syz-fuzzer prog: add arbitrary mutation of complex structs 2018-02-25 18:22:02 +01:00
syz-hub syz-hub: don't send all repros to new managers 2018-01-22 13:55:29 +01:00
syz-manager syz-manager: ask reproducers from hub only if connected to dashboard 2018-02-22 20:21:07 +01:00
tools tools/syz-mutate: allow limiting set of syscalls 2018-02-17 19:02:12 +01:00
vendor vendor/golang.org/x/net/context/: fix fmt with Go 1.8 2017-08-10 14:35:07 +02:00
vm pkg/gce: use current instance network 2018-02-27 11:58:41 +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
.travis.yml makefile: move diff check to makefile from travis script 2017-11-20 18:22:40 +01:00
AUTHORS Makefile: fix git "modified tree" test 2017-12-21 13:53:39 +01:00
CONTRIBUTORS syz/syz-extract: Update Fuchsia extractor with current Fuchsia paths. 2018-02-04 12:21:23 +01:00
LICENSE initial commit 2015-10-12 10:16:57 +02:00
Makefile Makefile: Enable CGO and set ZIRCON_BUILD_DIR for Fuchsia targets. 2018-02-15 07:43:44 +01:00
README.md docs: add found_bugs for akaros 2017-11-01 20:41:02 +03: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.