syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Dmitry Vyukov a28999b4c6 vendor: update all packages
google.golang.org/api/compute/v0.beta again changed public interfaces
which causes breakages in other build environments.
Update everything to HEAD.
2017-08-08 10:54:24 +02:00
dashboard dashboard/app: fix report_failed_repro api call 2017-08-04 19:19:43 +02:00
docs Update linux_kernel_reporting_bugs.md 2017-08-03 19:11:58 +02:00
executor prog: fix encoding for exec of result args 2017-08-01 18:38:20 +02:00
Godeps vendor: update all packages 2017-08-08 10:54:24 +02:00
pkg vendor: update all packages 2017-08-08 10:54:24 +02:00
prog prog: don't mutate mmap() calls too often 2017-08-02 16:20:28 +02:00
sys sys: improve ipv6 descriptions 2017-08-07 10:58:51 +02:00
syz-ci syz-ci: support additional syscall descriptions 2017-08-01 18:25:18 +02:00
syz-fuzzer pkg/rpctype: from from rpctype 2017-06-17 14:41:15 +02: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: don't ask for repros if reproducing is not enabled 2017-08-07 16:58:18 +02:00
tools syz-dash, syz-gce: remove 2017-08-02 19:50:48 +02:00
vendor vendor: update all packages 2017-08-08 10:54:24 +02:00
vm vm/gce: another attempt to fix trimmed console output 2017-08-01 18:25:18 +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
.travis.yml .travis.yml: use go1.9rc1 since aliases trip gofmt for vendored code 2017-08-08 10:36:11 +02:00
AUTHORS Parse incdir "incdir" in syscall description file to add custom include directories. (#180) 2017-06-26 10:52:47 +02:00
CONTRIBUTORS Add Isolated VM 2017-07-18 09:57:38 +02:00
LICENSE initial commit 2015-10-12 10:16:57 +02:00
Makefile syz-dash, syz-gce: remove 2017-08-02 19:50:48 +02:00
README.md readme: add travis-ci status 2017-07-28 14:20:59 +02:00

syzkaller - linux kernel fuzzer

Build Status

syzkaller is an unsupervised coverage-guided Linux kernel fuzzer.

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

External Articles

Disclaimer

This is not an official Google product.