syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Alexander Potapenko 695046b738 Merge pull request #320 from ramosian-glider/submit-mmap
prog: don't mutate mmap() calls too often
2017-08-02 08:51:05 -07:00
dashboard dashboard/app: purge at most 10 crashes at once 2017-08-02 16:37:42 +02:00
docs docs: small fixes 2017-07-24 18:23:04 +02:00
executor prog: fix encoding for exec of result args 2017-08-01 18:38:20 +02:00
Godeps vendor: add google.golang.org/appengine/mail 2017-06-30 14:25:26 +02:00
pkg syz-ci: send commits to dashboard 2017-07-28 20:14:24 +02:00
prog prog: don't mutate mmap() calls too often 2017-08-02 16:20:28 +02:00
sys sys: fix KVM_RUN ioctl 2017-08-01 19:19:05 +02:00
syz-ci syz-ci: support additional syscall descriptions 2017-08-01 18:25:18 +02:00
syz-dash pkg/email: move patch parsing from pkg/kernel 2017-06-30 16:20:19 +02:00
syz-fuzzer pkg/rpctype: from from rpctype 2017-06-17 14:41:15 +02:00
syz-gce syz-ci: allow to specify cmdline/sysctls 2017-07-17 12:39:11 +02:00
syz-hub all: use consistent file permissions 2017-07-03 14:00:47 +02:00
syz-manager dashboard/dashapi: don't send manager name in crashes 2017-07-25 20:23:37 +02:00
tools tools/create-gce-image.sh: ignore SIGINT 2017-07-17 14:45:41 +02:00
vendor vendor: add google.golang.org/appengine/mail 2017-06-30 14:25:26 +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 buildbot: add .travis.yml 2017-07-28 13:25:48 +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 makefile: cleanup 2017-07-28 12:56:20 +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.