syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Dmitry Vyukov b24fab5550 dashboard/app: refactor incomingCommandTx
Factor out actual command handling out of incomingCommandTx.

Update #538
2018-08-02 16:57:31 +02:00
dashboard dashboard/app: refactor incomingCommandTx 2018-08-02 16:57:31 +02:00
docs manager: Fix default value for 'sandbox' (#666) 2018-08-01 19:42:07 +02:00
executor executor: make current_time_ms/sleep_ms 2018-07-30 11:17:44 +02:00
Godeps vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
pkg pkg/compiler: refactor checkNames 2018-08-02 16:57:31 +02:00
prog prog: refactor program serialization 2018-07-31 18:43:50 +02:00
sys gometalinter: clean up vetshadow 2018-07-31 20:38:33 +02:00
syz-ci gometalinter: clean up vetshadow 2018-07-31 20:38:33 +02:00
syz-fuzzer executor: collect coverage from unfinished syscalls 2018-07-29 19:46:05 +02:00
syz-hub syz-manager: make rpc communication finer grained 2018-06-26 13:59:47 +02:00
syz-manager manager: Fix default value for 'sandbox' (#666) 2018-08-01 19:42:07 +02:00
tools tools/syz-execprog: refactor 2018-07-31 16:05:03 +02:00
vendor vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
vm vm: refactor MonitorExecution 2018-08-02 16:57:31 +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
.gometalinter.json pkg/compiler: work around vet crash 2018-07-31 20:47:36 +02:00
.travis.yml .travis.yml: use clang-format 6.0.1 2018-07-27 13:48:44 +02:00
AUTHORS sys/linux: add rtc description 2018-07-02 17:55:41 +02:00
CONTRIBUTORS syz-manager: Support kernelSrc and vmlinux from different tree 2018-07-23 09:52:04 +02:00
LICENSE initial commit 2015-10-12 10:16:57 +02:00
Makefile pkg/csource: rewrite gen.sh in Go 2018-07-27 10:22:23 +02:00
README.md README.md: add go report card and license icons 2018-07-31 12:22:54 +02:00

syzkaller - kernel fuzzer

Build Status Go Report Card License

syzkaller is an unsupervised coverage-guided kernel fuzzer. Linux kernel fuzzing has the most support, akaros, freebsd, fuchsia, netbsd, windows and gvisor are supported to varying degrees.

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

Initially, syzkaller was developed with Linux kernel fuzzing in mind, but now it's being extended to support other OS kernels as well. Most of the documentation at this moment is related to the Linux kernel. For other OS kernels check: Akaros, FreeBSD, Fuchsia, NetBSD, Windows, gVisor.

External Articles

Disclaimer

This is not an official Google product.