syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Dmitry Vyukov 91def5c506 prog: remove special knowledge about "mmap" syscall
Abstract "mmap" away as it can be called differently on another OS.
2017-09-15 16:02:37 +02:00
dashboard dashboard/app: fix a bug with bugs with seq>0 2017-09-13 12:05:56 +02:00
docs syz-manager/mgrconfig: explicitly specify target in config 2017-09-15 16:02:37 +02:00
executor executor: fix 32-bit mode 2017-09-05 19:02:12 +02:00
Godeps vendor: update all packages 2017-08-08 10:54:24 +02:00
pkg syz-fuzzer, syz-execprog: add -arch flag 2017-09-15 16:02:37 +02:00
prog prog: remove special knowledge about "mmap" syscall 2017-09-15 16:02:37 +02:00
sys prog: remove special knowledge about "mmap" syscall 2017-09-15 16:02:37 +02:00
syz-ci syz-manager/mgrconfig: explicitly specify target in config 2017-09-15 16:02:37 +02:00
syz-fuzzer syz-fuzzer, syz-execprog: add -arch flag 2017-09-15 16:02:37 +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 prog: remove special knowledge about "mmap" syscall 2017-09-15 16:02:37 +02:00
tools syz-fuzzer, syz-execprog: add -arch flag 2017-09-15 16:02:37 +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/vmimpl: add target OS/arch to env 2017-09-15 16:02: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.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 sys: move extract.sh to sys/linux 2017-09-15 16:02:37 +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.