syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Dmitry Vyukov c8e73b95c6 sys/linux: fix mmap call args
Also add a test for this.
2018-02-20 10:54:03 +01:00
dashboard dashboard/app: show info about dups 2018-02-17 19:02:11 +01:00
docs Update syzbot.md 2018-02-02 09:49:21 +01:00
executor sys/linux: minor fixes to bt descriptions 2018-02-19 21:48:20 +01:00
Godeps vendor: update all packages 2017-08-08 10:54:24 +02:00
pkg sys/linux: fix mmap call args 2018-02-20 10:54:03 +01:00
prog prog: mutate len fields based on hints 2018-02-19 21:48:20 +01:00
sys sys/linux: fix mmap call args 2018-02-20 10:54:03 +01:00
syz-ci syz-ci: fix log message 2018-01-17 21:09:02 +01:00
syz-fuzzer syz-fuzzer: don't break syscalls during minimization 2018-02-19 21:48:20 +01:00
syz-hub syz-hub: don't send all repros to new managers 2018-01-22 13:55:29 +01:00
syz-manager prog: rework address allocation 2018-02-19 21:48:20 +01:00
tools tools/syz-mutate: allow limiting set of syscalls 2018-02-17 19:02:12 +01:00
vendor vendor/golang.org/x/net/context/: fix fmt with Go 1.8 2017-08-10 14:35:07 +02:00
vm vm: keep more context before new output 2018-02-19 21:48:20 +01: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 makefile: move diff check to makefile from travis script 2017-11-20 18:22:40 +01:00
AUTHORS Makefile: fix git "modified tree" test 2017-12-21 13:53:39 +01:00
CONTRIBUTORS syz/syz-extract: Update Fuchsia extractor with current Fuchsia paths. 2018-02-04 12:21:23 +01:00
LICENSE initial commit 2015-10-12 10:16:57 +02:00
Makefile Makefile: Enable CGO and set ZIRCON_BUILD_DIR for Fuchsia targets. 2018-02-15 07:43:44 +01:00
README.md docs: add found_bugs for akaros 2017-11-01 20:41:02 +03:00

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.