Dmitry Vyukov 9150b3e544 prog: lazily initialize targets
We now have a bunch of targets compiled into each binary.
All targets are initialized eagerly on startup time.
As the result a do nothing binary starts for ~0.58s and
consumes ~21MB.

Initialize targets lazily. Usually only 1 target is used.
This reduces startup time to ~0.00s and memory consumption
to ~5.4MB.
2017-12-17 11:39:14 +01:00
2017-12-16 08:25:34 +01:00
2017-12-14 08:54:55 +01:00
2017-08-08 10:54:24 +02:00
2017-12-14 08:54:55 +01:00
2017-12-17 11:39:14 +01:00
2017-12-11 20:12:35 +01:00
2017-12-08 13:20:50 +01:00
2017-07-28 13:25:48 +02:00
2017-06-13 15:55:31 +02:00
2017-12-14 08:57:27 +01:00
2015-10-12 10:16:57 +02:00
2017-12-08 11:33:30 +01:00
2017-11-01 20:41:02 +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.

Description
syzkaller is an unsupervised coverage-guided kernel fuzzer
Readme Pixar 180 MiB
Languages
Go 77.1%
C 11%
Roff 5.3%
C++ 2.2%
Shell 1.5%
Other 2.8%