syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Dmitry Vyukov c206e64a01 syz-ci: use the original syzkaller commit for patch testing
Currently we use the latest syzkaller commit that syz-ci uses itself.
As the result syz-execprog can fail to deserialize the reproducer.
Use the original syzkaller commit.
2018-01-16 13:37:14 +01:00
dashboard dashboard/app: rename attachments so they are sent as text/plain 2018-01-16 13:37:14 +01:00
docs docs: clarify that syzbot testing can be used for debugging 2018-01-16 13:37:14 +01:00
executor sys/linux: generate GRE v0 packets even with incorrect payload 2018-01-15 20:26:04 +01:00
Godeps vendor: update all packages 2017-08-08 10:54:24 +02:00
pkg syz-ci: use the original syzkaller commit for patch testing 2018-01-16 13:37:14 +01:00
prog pkg/compiler: support void type 2018-01-13 12:52:09 +01:00
sys sys/linux: generate GRE v0 packets even with incorrect payload 2018-01-15 20:26:04 +01:00
syz-ci syz-ci: use the original syzkaller commit for patch testing 2018-01-16 13:37:14 +01:00
syz-fuzzer syz-fuzzer: improve kmemleak support 2018-01-09 21:24:29 +01:00
syz-hub syz-manager: don't save/send to dashboard repros from hub 2017-08-07 16:40:18 +02:00
syz-manager syz-manager: check new inputs from fuzzers 2018-01-14 16:23:39 +01:00
tools tools/syz-symbolize: allow to symbolize arbitrary kernel output 2018-01-09 21:24:29 +01:00
vendor vendor/golang.org/x/net/context/: fix fmt with Go 1.8 2017-08-10 14:35:07 +02:00
vm vm/vmimpl: unbreak freebsd build 2018-01-16 06:41:23 +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 makefile: move diff check to makefile from travis script 2017-11-20 18:22:40 +01:00
AUTHORS Makefile: fix git "modified tree" test 2017-12-21 13:53:39 +01:00
CONTRIBUTORS Makefile: fix git "modified tree" test 2017-12-21 13:53:39 +01:00
LICENSE initial commit 2015-10-12 10:16:57 +02:00
Makefile vm/vmimpl: unbreak freebsd build 2018-01-16 06:41:23 +01: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.