syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Dmitry Vyukov 7241510157
Update contributing.md
fix formatting
2018-10-10 19:26:51 +02:00
dashboard dashboard/app: make build upload more robust 2018-10-10 14:03:14 +02:00
docs Update contributing.md 2018-10-10 19:26:51 +02:00
executor executor: tune memcg container logic 2018-10-10 14:22:09 +02:00
Godeps vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
pkg pkg/report: ignore arch/.*/mm/physaddr.c as guilty file 2018-10-10 17:32:28 +02:00
prog targets: Use OS=linux when GOOS=android 2018-10-10 11:54:53 +02:00
sys Update fidlgen to keep current with upstream. 2018-10-10 12:00:14 +02: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 tools/syz-execprog: show host features 2018-10-10 15:36:57 +02:00
vendor vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
vm vm/vmm: recover from vmctl errors faster 2018-09-20 19:44:50 +02:00
.clang-format
.gitignore
.gometalinter.json Add mandatory OpenBSD bits (#689) 2018-08-28 10:07:26 -07:00
.travis.yml .travis.yml: use clang-format 6.0.1 2018-07-27 13:48:44 +02:00
AUTHORS tools/create-openbsd-gce-ci.sh: image for build machine 2018-09-10 18:28:00 +02:00
CONTRIBUTORS Add Tobin to CONTRIBUTORS 2018-09-11 07:06:01 +02:00
LICENSE
Makefile Include generate_fidl as part of the extract step. 2018-10-02 20:47:12 +02: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.