syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Dmitry Vyukov fa6c7b7080 sys/linux: prohibit opening /proc/self/exe
Fuzzer manages to open it and do bad things with it.
Prevent it from doing so.
2019-02-08 16:30:44 +01:00
dashboard dashboard/config: add lsm= cmdline arg for stacked modules 2019-02-01 19:43:52 +01:00
docs sys/fuchsia: fix fidlgen issues 2019-02-06 13:33:35 +01:00
executor sys/linux: prohibit EXT4_IOC_RESIZE_FS 2019-02-08 09:29:15 +01:00
Godeps vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
pkg pkg/ipc: generate better temp name for executor 2019-02-08 16:27:53 +01:00
prog sys/linux: prohibit opening /proc/self/exe 2019-02-08 16:30:44 +01:00
sys sys/linux: prohibit opening /proc/self/exe 2019-02-08 16:30:44 +01:00
syz-ci syz-ci: fix error log output 2019-01-23 11:02:31 +01:00
syz-fuzzer executor: remove ability to detect kernel bugs 2019-01-31 11:35:53 +01:00
syz-hub syz-manager: factor out rpc serving part 2018-12-26 10:58:23 +01:00
syz-manager syz-manager: restore disabled syscall logging 2019-02-01 10:02:24 +01:00
tools executor: remove ability to detect kernel bugs 2019-01-31 11:35:53 +01:00
vendor vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
vm openbsd: more witness handling 2019-01-26 09:09:31 +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
.gometalinter.json tools/syz-trace2syz: add tool to convert strace output to programs 2018-12-06 16:25:37 +01:00
.travis.yml travis: switch to ubuntu 16.04 2019-01-19 13:35:25 +01:00
AUTHORS docs/netbsd.md: updated documentation for NetBSD 2019-01-14 09:51:10 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-02-04 12:05:04 +01:00
CONTRIBUTORS docs/netbsd.md: updated documentation for NetBSD 2019-01-14 09:51:10 +01:00
LICENSE initial commit 2015-10-12 10:16:57 +02:00
Makefile Makefile: don't cross-compile executor if cross-compiler is missing 2019-01-24 11:28:55 +01:00
README.md docs: move netbsd.md into own dir 2019-02-01 19:43:52 +01:00

syzkaller - kernel fuzzer

Build Status Go Report Card Coverage Status GoDoc 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, Darwin/XNU, FreeBSD, Fuchsia, NetBSD, OpenBSD, Windows, gVisor.

External Articles

Disclaimer

This is not an official Google product.