syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
2018-10-30 14:04:49 +01:00
dashboard dashboard/config: update kernel configs 2018-10-28 19:47:53 +01:00
docs Update syscall_descriptions.md 2018-10-28 10:11:22 +01:00
executor sys/linux: add perf, kvm, btrfs consts for trace2syz 2018-10-30 14:04:49 +01:00
Godeps vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
pkg pkg/report: fix guilty file extraction 2018-10-28 19:07:22 +01:00
prog sys: check that target consts are defined 2018-10-19 19:11:22 +01:00
sys sys/linux: add perf, kvm, btrfs consts for trace2syz 2018-10-30 14:04:49 +01:00
syz-ci syz-ci: split Manager.loop function 2018-09-21 10:44:49 +02:00
syz-fuzzer pkg/host: improve KMEMLEAK support 2018-09-28 14:57:20 +02:00
syz-hub syz-manager: make rpc communication finer grained 2018-06-26 13:59:47 +02:00
syz-manager syz-manager: don't upload failed leak repro attempts to dashboard 2018-10-10 14:04:36 +02:00
tools pkg/report: fix guilty file extraction 2018-10-28 19:07:22 +01:00
vendor vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
vm vm/qemu: don't use e1000 on arm64 2018-10-28 19:07:22 +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 gometalinter: ignore ALL_CAPS names in sys/openbsd/init.go 2018-10-23 11:17:20 +01:00
.travis.yml .travis.yml: use clang-format 6.0.1 2018-07-27 13:48:44 +02:00
AUTHORS sys/linux: add additional constants for trace2syz 2018-10-30 10:58:45 +01:00
CONTRIBUTORS sys/linux: add additional constants for trace2syz 2018-10-30 10:58:45 +01:00
LICENSE initial commit 2015-10-12 10:16:57 +02:00
Makefile Conditionally enable test -race when supported on the OS. 2018-10-29 12:28:37 +01:00
README.md docs: mention OpenBSD 2018-10-01 11:37:27 +02:00

syzkaller - kernel fuzzer

Build Status Go Report Card 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, FreeBSD, Fuchsia, NetBSD, OpenBSD, Windows, gVisor.

External Articles

Disclaimer

This is not an official Google product.