syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Anton Lindqvist b771b17ec9 Add mandatory OpenBSD bits (#689)
all: add openbsd support

squash of the following commits:

* openbsd: add mandatory bits
* report: add OpenBSD support
* executor: skip building kvm on OpenBSD
* executor: add OpenBSD support
Linking against libutil is necessary due to usage of openpty(3).
* executor: fix typo in fail() message
* fixup! report: add OpenBSD support
* fixup! openbsd: add mandatory bits
* fixup! openbsd: add mandatory bits
* fixup! openbsd: add mandatory bits
* fixup! report: add OpenBSD support
* gometalinter: skip sys/openbsd
2018-08-28 10:07:26 -07:00
dashboard dashboard/app: add space between colon and url in bug emails 2018-08-24 22:11:46 +02:00
docs sys/fuchsia: description for fuchsia.io FIDL interfaces 2018-08-27 14:01:34 -07:00
executor Add mandatory OpenBSD bits (#689) 2018-08-28 10:07:26 -07:00
Godeps vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
pkg Add mandatory OpenBSD bits (#689) 2018-08-28 10:07:26 -07:00
prog prog: don't add fallback signal after seccomp 2018-08-19 00:13:24 -07:00
sys Add mandatory OpenBSD bits (#689) 2018-08-28 10:07:26 -07:00
syz-ci pkg/mgrconfig: move from syz-manager/mgrconfig 2018-08-02 16:57:32 +02:00
syz-fuzzer tools/syz-runtest: add tool for program unit testing 2018-08-03 21:08:02 +02:00
syz-hub syz-manager: make rpc communication finer grained 2018-06-26 13:59:47 +02:00
syz-manager syz-manager: fix number of syscalls in web ui 2018-08-04 17:55:19 +02:00
tools pkg/runtest: assorted improvements 2018-08-08 15:05:01 +02:00
vendor vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
vm vm/vmm: support for vmm found on OpenBSD (#678) 2018-08-18 13:06:44 -07: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 Add mandatory OpenBSD bits (#689) 2018-08-28 10:07:26 -07:00
.travis.yml .travis.yml: use clang-format 6.0.1 2018-07-27 13:48:44 +02:00
AUTHORS vm/vmm: support for vmm found on OpenBSD (#678) 2018-08-18 13:06:44 -07:00
CONTRIBUTORS vm/vmm: support for vmm found on OpenBSD (#678) 2018-08-18 13:06:44 -07:00
LICENSE initial commit 2015-10-12 10:16:57 +02:00
Makefile tools/syz-runtest: add tool for program unit testing 2018-08-03 21:08:02 +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.