syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Hangbin Liu e694ebbaee sys/linux/rdma_cm: remove RDMA_PS_SDP
RDMA_PS_SDP has been removed since commit 1b90d3002e3ee ("RDMA/CMA: remove
RDMA_PS_SDP")

Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
2018-04-13 09:38:31 +02:00
dashboard dashboard/app: fix anchors for namespaces 2018-04-11 19:22:06 +02:00
docs docs: add new syzbot compiler 2018-04-12 15:57:16 +02:00
executor sys/linux/rdma_cm: remove RDMA_PS_SDP 2018-04-13 09:38:31 +02:00
Godeps vendor: update all packages 2017-08-08 10:54:24 +02:00
pkg pkg/repro: clean up temp files 2018-04-12 16:06:06 +02:00
prog pkg/prog: explain why syscalls are transitively disabled 2018-04-06 19:43:06 +02:00
sys sys/linux/rdma_cm: remove RDMA_PS_SDP 2018-04-13 09:38:31 +02:00
syz-ci all: fix gometalinter warnings 2018-03-08 18:48:26 +01:00
syz-fuzzer syz-fuzzer: add a TODO for fault injection 2018-04-11 11:23:44 +02:00
syz-hub all: fix gometalinter warnings 2018-03-08 18:48:26 +01:00
syz-manager syz-manager: don't abort on disabled syscalls 2018-04-07 14:02:03 +02:00
tools tools/syz-execprog: reduce log level of some messages 2018-04-08 13:37:24 +02:00
vendor vendor/golang.org/x/net/context/: fix fmt with Go 1.8 2017-08-10 14:35:07 +02:00
vm all: fix gometalinter warnings 2018-03-08 18:48:26 +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 add config for gometalinter 2018-03-08 18:47:04 +01:00
.travis.yml travis: switch to Go 1.9+1.10 (#539) 2018-03-20 14:34:44 +01:00
AUTHORS sys/linux: add netlink generic team descriptions 2018-04-06 11:30:36 +02:00
CONTRIBUTORS Update AUTHORS and CONTRIBUTORS files 2018-04-05 11:18:53 +02:00
LICENSE initial commit 2015-10-12 10:16:57 +02:00
Makefile Makefile: fix install_prerequisites 2018-04-02 20:09:30 +02:00
README.md Update README.md 2018-03-12 12:53:30 +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.