syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Dmitry Vyukov 8fa0c867d4 syz-fuzzer: generates hints only for the call that gave new coverage
During smashing we know what call gave new coverage,
so we can concentrate just on it.
This helps to reduce amount of hints generated (we have too many of them).
2017-10-23 09:59:39 +02:00
dashboard dashboard/app, syz-ci: upload target OS/arch to dashboard 2017-09-19 17:00:26 +02:00
docs use absolute link 2017-10-20 10:27:24 +02:00
executor executor: prevent executor from messing with output region 2017-10-23 09:59:39 +02:00
Godeps vendor: update all packages 2017-08-08 10:54:24 +02:00
pkg syz-fuzzer: fix manager polling 2017-10-23 09:59:39 +02:00
prog syz-fuzzer: generates hints only for the call that gave new coverage 2017-10-23 09:59:39 +02:00
sys executor: use forkserver for freebsd 2017-10-18 12:01:24 +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: generates hints only for the call that gave new coverage 2017-10-23 09:59:39 +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-fuzzer: fix manager polling 2017-10-23 09:59:39 +02:00
tools syz-fuzzer: generates hints only for the call that gave new coverage 2017-10-23 09:59:39 +02:00
vendor vendor/golang.org/x/net/context/: fix fmt with Go 1.8 2017-08-10 14:35:07 +02:00
vm pkg/report: support multiple OSes 2017-10-18 12:01:24 +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 sys/linux: add MSG_ZEROCOPY 2017-10-17 15:26:15 +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.