syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Dmitry Vyukov c4d43f4773 pkg/osutil: don't leace runaway processes
When manager is stopped there are sometimes runaway qemu
processes still running. Set PDEATHSIG for all subprocesses.
We never need child processes outliving parents.
2017-11-16 12:48:02 +01:00
dashboard pkg/osutil: don't leace runaway processes 2017-11-16 12:48:02 +01:00
docs Update found_bugs_usb.md 2017-11-08 00:03:26 +01:00
executor executor: proceed even if /dev/net/tun is not available 2017-11-08 17:43:40 +01:00
Godeps vendor: update all packages 2017-08-08 10:54:24 +02:00
pkg pkg/osutil: don't leace runaway processes 2017-11-16 12:48:02 +01:00
prog syz-fuzzer: generates hints only for the call that gave new coverage 2017-10-23 09:59:39 +02:00
sys pkg/osutil: don't leace runaway processes 2017-11-16 12:48:02 +01:00
syz-ci pkg/osutil: don't leace runaway processes 2017-11-16 12:48:02 +01:00
syz-fuzzer all: basic building on netbsd 2017-10-23 10:10:05 +02:00
syz-hub syz-manager: don't save/send to dashboard repros from hub 2017-08-07 16:40:18 +02:00
syz-manager pkg/osutil: don't leace runaway processes 2017-11-16 12:48:02 +01:00
tools pkg/report, pkg/repro, syz-manager: name crash attributes consistently 2017-11-14 10:04:22 +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/osutil: don't leace runaway processes 2017-11-16 12:48:02 +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 travis: another guess at right packages and syntax 2017-09-20 15:30:01 +02:00
AUTHORS sys/freebsd: add POLLINIGNEOF 2017-11-08 19:30:10 +03:00
CONTRIBUTORS sys/freebsd: add POLLINIGNEOF 2017-11-08 19:30:10 +03:00
LICENSE initial commit 2015-10-12 10:16:57 +02:00
Makefile docs, tools: add local link checker 2017-10-27 10:04:34 +02: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.