syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Dmitry Vyukov 48359b9777 dashboard/app: improve needRepro
Don't reproduce corrupted reports.
Don't reproduce if canonical bug already has repro.
2017-12-01 17:27:08 +01:00
dashboard dashboard/app: improve needRepro 2017-12-01 17:27:08 +01:00
docs docs: use 'c++' to build on FreeBSD 2017-11-29 08:55:05 +01:00
executor prog: support bytesizeN for vma 2017-11-29 11:12:47 +01:00
Godeps vendor: update all packages 2017-08-08 10:54:24 +02:00
pkg pkg/report: return raw log in Report.Output 2017-12-01 16:16:28 +01:00
prog syz-ci: test images before using them 2017-11-30 14:50:50 +01:00
sys prog: support bytesizeN for vma 2017-11-29 11:12:47 +01:00
syz-ci dashboard/app: add manager monitoring 2017-12-01 13:58:11 +01:00
syz-fuzzer syz-ci: test images before using them 2017-11-30 14:50:50 +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 dashboard/app: improve needRepro 2017-12-01 17:27:08 +01:00
tools tools/syz-crush: fix for new multi-target world 2017-11-30 10:20:34 +01:00
vendor vendor/golang.org/x/net/context/: fix fmt with Go 1.8 2017-08-10 14:35:07 +02:00
vm dashboard/app: add manager monitoring 2017-12-01 13:58:11 +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 sys/freebsd: add POLLINIGNEOF 2017-11-08 19:30:10 +03:00
CONTRIBUTORS Makefile: compilation for arm should now work. Added arm target to presubmit tests 2017-11-22 10:18:01 +01:00
LICENSE initial commit 2015-10-12 10:16:57 +02:00
Makefile pkg/report: various corrupted report detection improvements 2017-11-23 16:17:40 +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.