syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Dmitry Vyukov 0e88373b1c dashboard/app: change backup bucket
Backup datastore into a separate bucket as it creates lots of garbage.
2018-09-20 18:29:38 +02:00
dashboard dashboard/app: change backup bucket 2018-09-20 18:29:38 +02:00
docs docs/openbsd: add missing template directive to example configuration 2018-09-19 07:57:06 +02:00
executor sys/linux: fix RTA_EXPIRES in rtm_ipv6_policy 2018-09-20 16:07:15 +02:00
Godeps vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
pkg executor: fix build 2018-09-20 14:46:58 +02:00
prog sys/linux: add syz_execute_func 2018-08-30 21:45:04 -07:00
sys sys/linux: fix RTA_EXPIRES in rtm_ipv6_policy 2018-09-20 16:07:15 +02:00
syz-ci syz-ci: enable net/http/pprof 2018-09-20 11:22:33 +02:00
syz-fuzzer syz-fuzzer: fix retry logic on executor failures 2018-09-20 11:17:25 +02:00
syz-hub syz-manager: make rpc communication finer grained 2018-06-26 13:59:47 +02:00
syz-manager syz-manager: improve coverage source file path generation 2018-09-20 11:22:57 +02:00
tools tools/*openbsd*: smaller VMM images and tweaks. 2018-09-20 11:03:43 +02:00
vendor vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
vm vm/vmm: don't start separate process for console 2018-09-20 14:54:07 +02: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 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 initial commit 2015-10-12 10:16:57 +02:00
Makefile Makefile: test openbsd build 2018-09-20 11:21:57 +02:00
README.md README.md: add go report card and license icons 2018-07-31 12:22:54 +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, Windows, gVisor.

External Articles

Disclaimer

This is not an official Google product.