syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Andrey Konovalov 582e1f0d1d ipc: add ProgInfo struct
This patch add a new struct ProgInfo that for now holds info about each
call in a program []CallInfo, but in the future will be expanded with remote
coverage info. Update all the callers to use the new interface as well.
2018-11-22 13:49:50 +01:00
dashboard dashboard/app: show kernel commit time 2018-11-21 11:45:00 +01:00
docs docs: add syz-ci instructions for fuchsia 2018-11-21 11:05:57 +01:00
executor sys/fuchsia: update VMAR syscalls 2018-11-21 05:56:43 +01:00
Godeps vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
pkg ipc: add ProgInfo struct 2018-11-22 13:49:50 +01:00
prog prog: try to nullify pointers when minimizing 2018-11-21 05:30:44 +01:00
sys sys/fuchsia: update VMAR syscalls 2018-11-21 05:56:43 +01:00
syz-ci syz-ci: default kernel branch to master 2018-11-21 07:17:13 +01:00
syz-fuzzer ipc: add ProgInfo struct 2018-11-22 13:49:50 +01:00
syz-hub syz-manager: make rpc communication finer grained 2018-06-26 13:59:47 +02:00
syz-manager syz-manager: fix syscall prio page 2018-11-12 12:27:34 -08:00
tools ipc: add ProgInfo struct 2018-11-22 13:49:50 +01:00
vendor vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
vm openbsd: include process information into crashes 2018-11-21 05:52:48 +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 .gometalinter.json: ignore sys/trusty 2018-11-10 10:38:36 -08:00
.travis.yml .travis.yml: use clang-format 6.0.1 2018-07-27 13:48:44 +02:00
AUTHORS sys/linux: add additional constants for trace2syz 2018-10-30 10:58:45 +01:00
CONTRIBUTORS sys/linux: add additional constants for trace2syz 2018-10-30 10:58:45 +01:00
LICENSE initial commit 2015-10-12 10:16:57 +02:00
Makefile tools/syz-fmt: allow to reformat all OSes at once 2018-11-17 11:46:48 -08:00
README.md docs: mention OpenBSD 2018-10-01 11:37:27 +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, OpenBSD, Windows, gVisor.

External Articles

Disclaimer

This is not an official Google product.