syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Julia Hansbrough f63eeee99f fuchsia: Update syzkaller to build with current Fuchsia API. (#543)
* fuchsia: Fix the `extractor` tool.

The include path in Zircon has changed; updated syz-extract/fuchsia.go
to include this, and re-ran extract to get updated *.const files.

* fuchsia: Update syzkaller to build with current Fuchsia API.

Fuchsia doesn't have a stable API right now, so alas, this will probably
continue to change until that's nailed down.

But, useful to get this up-to-date at least.

Relevant notes:
* zx_channel_call_finish and _retry aren't technically public; leave
them out until we have a less-cludgy way to expose them
* musl supports setjmp/longjmp but not _setjmp/_longjump
* remove some unsupported syscalls
* update the build invocation
2018-03-21 10:26:33 +01:00
dashboard dashboard/app: add link to dashboard to bug emails 2018-03-20 16:56:58 +01:00
docs docs: add link to dashboard to syzbot doc 2018-03-20 16:56:58 +01:00
executor fuchsia: Update syzkaller to build with current Fuchsia API. (#543) 2018-03-21 10:26:33 +01:00
Godeps vendor: update all packages 2017-08-08 10:54:24 +02:00
pkg pkg/ipc: test only on simple prog 2018-03-20 16:56:58 +01:00
prog all: fix gometalinter warnings 2018-03-08 18:48:26 +01:00
sys fuchsia: Update syzkaller to build with current Fuchsia API. (#543) 2018-03-21 10:26:33 +01:00
syz-ci all: fix gometalinter warnings 2018-03-08 18:48:26 +01:00
syz-fuzzer all: fix gometalinter warnings 2018-03-08 18:48:26 +01:00
syz-hub all: fix gometalinter warnings 2018-03-08 18:48:26 +01:00
syz-manager all: fix gometalinter warnings 2018-03-08 18:48:26 +01:00
tools all: fix gometalinter warnings 2018-03-08 18:48:26 +01:00
vendor vendor/golang.org/x/net/context/: fix fmt with Go 1.8 2017-08-10 14:35:07 +02:00
vm all: fix gometalinter warnings 2018-03-08 18:48:26 +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 add config for gometalinter 2018-03-08 18:47:04 +01:00
.travis.yml travis: switch to Go 1.9+1.10 (#539) 2018-03-20 14:34:44 +01:00
AUTHORS netbsd.md: Changes made in file about missing clarity (#535) 2018-03-13 12:33:05 +03:00
CONTRIBUTORS netbsd.md: Changes made in file about missing clarity (#535) 2018-03-13 12:33:05 +03:00
LICENSE initial commit 2015-10-12 10:16:57 +02:00
Makefile fuchsia: Update syzkaller to build with current Fuchsia API. (#543) 2018-03-21 10:26:33 +01:00
README.md Update README.md 2018-03-12 12:53:30 +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.