syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Eric Biggers f064b4365d sys/linux/init_alg.go: update algorithms
- Add arm64 implementations of various algorithms
  (these are usually named -arm64, -neon, or -ce)
- Add missing x86 SHA-NI algorithms (sha*-ni)
- Add adiantum    (new in v4.20)
- Add streebog256 (new in v4.20)
- Add streebog512 (new in v4.20)
- Add vmac64      (new in v4.19)
- Add xchacha12   (new in v4.20)
- Add xchacha20   (new in v4.20)
- Remove speck128 (was removed soon after being added to kernel)
- Remove speck64  (likewise)
- Move sm4 from hash list to cipher list
2019-01-02 11:24:46 +01:00
dashboard dashboard/config: enable more linux net configs 2018-12-29 19:22:34 +01:00
docs docs/syzbot.md: add reference to gcc 9 2018-12-31 09:28:49 +01:00
executor sys/linux: detail ifla_vf_policy/ifla_port_policy/ifla_xdp_policy 2018-12-30 17:36:38 +01:00
Godeps vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
pkg pkg/report: account for new symbol suffixes produced by gcc9 2018-12-31 18:50:05 +01:00
prog prog: speed up TestResourceCtors 2018-12-31 12:32:14 +01:00
sys sys/linux/init_alg.go: update algorithms 2019-01-02 11:24:46 +01:00
syz-ci syz-ci: run syzkaller tests without sandbox 2018-12-18 10:48:38 +01:00
syz-fuzzer pkg/ipc: move sandbox helpers from ipcconfig 2018-12-10 16:37:02 +01:00
syz-hub syz-manager: factor out rpc serving part 2018-12-26 10:58:23 +01:00
syz-manager syz-manager: Improve the computation of getVMOffset() on FreeBSD 2018-12-31 19:36:13 +01:00
tools tools/syz-trace2syz/proggen: append 0 to string buffers 2018-12-29 07:45:10 +01:00
vendor vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
vm vm: allow fine-grained control over program exit conditions 2018-12-24 09:59:56 +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 Makefile: collect coverage report for codecov.io 2018-12-31 12:51:07 +01:00
AUTHORS vm/qemu: improve debug output 2018-11-30 17:12:03 +00:00
CONTRIBUTORS sys/linux: add fs-verity ioctls 2018-12-18 10:34:52 +01:00
LICENSE initial commit 2015-10-12 10:16:57 +02:00
Makefile Makefile: fix coverage collection condition 2018-12-31 13:14:11 +01:00
README.md Makefile: collect coverage report for codecov.io 2018-12-31 12:51:07 +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.