syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Dmitry Vyukov 286edfb78e prog: fix TestMutateTable
Now works fast enough even for short mode.

Fixes #208
2017-12-17 11:39:14 +01:00
dashboard
docs Update found_bugs.md 2017-12-16 08:25:34 +01:00
executor prog: fix TestMutateTable 2017-12-17 11:39:14 +01:00
Godeps
pkg sys: move test syscalls to a separate target 2017-12-17 11:39:14 +01:00
prog prog: fix TestMutateTable 2017-12-17 11:39:14 +01:00
sys prog: fix TestMutateTable 2017-12-17 11:39:14 +01:00
syz-ci
syz-fuzzer
syz-hub
syz-manager syz-manager: add simple email support 2017-12-14 08:57:27 +01:00
tools
vendor
vm vm/isolated: allow to specify ssh port for target machines 2017-12-17 11:39:14 +01:00
.clang-format
.gitignore
.travis.yml
AUTHORS syz-manager: add simple email support 2017-12-14 08:57:27 +01:00
CONTRIBUTORS syz-manager: add simple email support 2017-12-14 08:57:27 +01:00
LICENSE
Makefile sys: move test syscalls to a separate target 2017-12-17 11:39:14 +01:00
README.md

syzkaller - kernel fuzzer

Build Status

syzkaller is an unsupervised coverage-guided kernel fuzzer. Linux kernel fuzzing has the most support, akaros, freebsd, fuchsia, netbsd and windows 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.

External Articles

Disclaimer

This is not an official Google product.