syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Dmitry Vyukov a1bdb604cc syz-manager: extend periodic messages
Add coverage and number of reproducing programs to the periodic messages.
When all machines are busy reproducing crashes, it appears that
syz-manager hanged as number of executed programs does not increase.
Coverage is just a nice characteristic.
Also print machine check message, it appears once and contains useful info.
2017-10-17 15:00:01 +02:00
dashboard dashboard/app, syz-ci: upload target OS/arch to dashboard 2017-09-19 17:00:26 +02:00
docs syz-manager: extend periodic messages 2017-10-17 15:00:01 +02:00
executor sys/freebsd: more syscall descriptions 2017-10-17 13:50:05 +02:00
Godeps vendor: update all packages 2017-08-08 10:54:24 +02:00
pkg executor: fix akaros nonfailing mode 2017-10-16 14:21:54 +02:00
prog pkg/ipc: don't send program padding to executor 2017-10-12 19:08:18 +02:00
sys sys/freebsd: more syscall descriptions 2017-10-17 13:50:05 +02:00
syz-ci dashboard/app, syz-ci: upload target OS/arch to dashboard 2017-09-19 17:00:26 +02:00
syz-fuzzer syz-fuzzer: don't send/check CallIndex for inputs 2017-10-10 10:41:27 +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: extend periodic messages 2017-10-17 15:00:01 +02:00
tools tools/syz-mutate: allow to specify target 2017-10-17 10:54:19 +02:00
vendor vendor/golang.org/x/net/context/: fix fmt with Go 1.8 2017-08-10 14:35:07 +02:00
vm vm/qemu: update error message for newer qemu 2017-10-17 14:09:37 +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: another guess at right packages and syntax 2017-09-20 15:30:01 +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: format akaros descriptions 2017-10-17 11:02: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.