syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Dmitry Vyukov 79cb1a7cf8
Update executing_syzkaller_programs.md
-cover=0 is the default now
-procs=16 looks too high, syzbot uses 6-8 so let's suggest 8
2019-01-15 14:53:53 +01:00
dashboard pkg/report: support CONFIG_PRINTK_CALLER 2019-01-03 19:23:07 +01:00
docs Update executing_syzkaller_programs.md 2019-01-15 14:53:53 +01:00
executor sys/linux: add trusty support 2019-01-14 18:23:43 +01:00
Godeps vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
pkg pkg/report: add parsing of trusty crashes 2019-01-14 17:41:04 +01:00
prog Update hints_test.go 2019-01-07 10:01:28 +01:00
sys sys/linux: add trusty support 2019-01-14 18:23:43 +01:00
syz-ci syz-ci: run syzkaller tests without sandbox 2018-12-18 10:48:38 +01:00
syz-fuzzer fuzzer: speed up syscall support detection 2019-01-08 16:06:27 +01:00
syz-hub syz-manager: factor out rpc serving part 2018-12-26 10:58:23 +01:00
syz-manager syz-manager: Improve the computation of getVMOffset() on FreeBSD 2018-12-31 19:36:13 +01:00
tools tools/syz-trace2syz/proggen: deleting unnecessary code in genSockaddrStorage() 2019-01-14 17:47:18 +01:00
vendor vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
vm vm: allow fine-grained control over program exit conditions 2018-12-24 09:59:56 +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 Makefile: collect coverage report for codecov.io 2018-12-31 12:51:07 +01:00
AUTHORS docs/netbsd.md: updated documentation for NetBSD 2019-01-14 09:51:10 +01:00
CONTRIBUTORS docs/netbsd.md: updated documentation for NetBSD 2019-01-14 09:51:10 +01:00
LICENSE initial commit 2015-10-12 10:16:57 +02:00
Makefile Makefile: fix double $(GO) $(GO) 2019-01-14 18:24:22 +01:00
README.md Makefile: collect coverage report for codecov.io 2018-12-31 12:51:07 +01:00

syzkaller - kernel fuzzer

Build Status Go Report Card Coverage Status GoDoc License

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

External Articles

Disclaimer

This is not an official Google product.