Snap for 4977457 from 0ea93e9018e0ae9ef3209e34f74c96c5c20c5a42 to qt-release

Change-Id: I0e2b06fb0a7e3f8a94dce822580249cf17bf26b1
tree: 648010c428c8b0a0d747b19eea89a9ad93eae347
  1. dashboard/
  2. docs/
  3. executor/
  4. Godeps/
  5. pkg/
  6. prog/
  7. sys/
  8. syz-ci/
  9. syz-fuzzer/
  10. syz-hub/
  11. syz-manager/
  12. tools/
  13. vendor/
  14. vm/
  15. .clang-format
  16. .gitignore
  17. .gometalinter.json
  18. .travis.yml
  19. AUTHORS
  20. CONTRIBUTORS
  21. LICENSE
  22. Makefile
  23. README.md
README.md

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, Windows, gVisor.

External Articles

Disclaimer

This is not an official Google product.