syzkaller is an unsupervised coverage-guided kernel fuzzer
Go to file
Michael Tüxen 271b354c51 vm/qemu: improve debug output
* vm/qemu: Improve debug output.

When running in debug mode, the number of VMs is reduced to 1.
State this in the debug output.

* vm/qemu: Don't start debug output with a capital letter.

As requested by Dimitry.

* vm: Provide debug message when reduing number of VMs.

Apply this change to all affected platforms for consistency.
Suggested by Dmitry.

* Add myself to AUTHORS/CONTRIBUTORS files.

* vm: Fix compilation issues missed in earlier commit.

* vm: Use logging to write debug message.
2018-11-30 17:12:03 +00:00
dashboard dashboard/app: purge old repros 2018-11-23 20:10:07 +01:00
docs Update found_bugs.md 2018-11-26 09:32:50 +01:00
executor removing trace2syz constants and moving rand_addr as the first ipv4_addr option 2018-11-30 15:24:55 +00:00
Godeps vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
pkg executor: Use correct macros. 2018-11-30 13:48:23 +00:00
prog prog: prevent sandbox escaping files from entering s.files 2018-11-27 13:16:05 +01:00
sys removing trace2syz constants and moving rand_addr as the first ipv4_addr option 2018-11-30 15:24:55 +00:00
syz-ci syz-ci: default kernel branch to master 2018-11-21 07:17:13 +01:00
syz-fuzzer ipc: fix ProgInfo usage 2018-11-22 19:30:04 +01:00
syz-hub syz-manager: make rpc communication finer grained 2018-06-26 13:59:47 +02:00
syz-manager syz-manager: modernize web UI 2018-11-22 14:36:32 +01:00
tools tools/create-openbsd-gce-ci.sh: simplification due to workers on GCE 2018-11-27 13:16:46 +01:00
vendor vendor: add github.com/ianlancetaylor/demangle 2018-06-28 09:59:11 +02:00
vm vm/qemu: improve debug output 2018-11-30 17:12:03 +00: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 vm/qemu: improve debug output 2018-11-30 17:12:03 +00:00
CONTRIBUTORS vm/qemu: improve debug output 2018-11-30 17:12:03 +00:00
LICENSE initial commit 2015-10-12 10:16:57 +02:00
Makefile syz-manager: modernize web UI 2018-11-22 14:36:32 +01: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.