syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Dmitry Vyukov 0b652d7278 pkg/compiler: tolerate unsupported consts everywhere
Currently unsupported consts in structs and resources break build.
However, that can well happen for arch-specific devices (e.g. Android).
Make this non-fatal as it used to be.
2017-08-28 16:04:54 +02:00
dashboard dashboard/app: heavylifting of email reporting 2017-08-17 19:42:11 +02:00
docs docs: fix syz-headerparser documentation 2017-08-27 18:17:00 +02:00
executor pkg/compiler: move more const-processing code to compiler 2017-08-27 15:28:49 +02:00
Godeps vendor: update all packages 2017-08-08 10:54:24 +02:00
pkg pkg/compiler: tolerate unsupported consts everywhere 2017-08-28 16:04:54 +02:00
prog prog: restore missing struct fields 2017-08-25 21:56:07 +02:00
sys pkg/compiler: tolerate unsupported consts everywhere 2017-08-28 16:04:54 +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: remove unnecessary type conversion 2017-08-19 09:58:45 +02:00
tools pkg/compiler: more static error checking 2017-08-27 20:19:41 +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: support i386 arch 2017-08-19 19:17:27 +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: test with Go1.8 2017-08-11 19:05:35 +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 all: support i386 arch 2017-08-19 19:17:27 +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.