commit | edc5149ad2ab7a38db6b3bcb1b594e0264a92163 | [log] [tgz] |
---|---|---|
author | Dmitry Vyukov <dvyukov@google.com> | Fri Jun 21 10:26:22 2024 +0200 |
committer | Dmitry Vyukov <dvyukov@google.com> | Fri Jun 21 09:04:14 2024 +0000 |
tree | a0538b071088fffff5716227da1e6cb7369044ee | |
parent | dac2aa43b4dbdbffa2c5e24a736096a6d928f633 [diff] |
executor: fix is_kernel_data/pc for gVisor The address ranges in is_kernel_data/pc are only true for normal Linux.
syzkaller
([siːzˈkɔːlə]
) is an unsupervised coverage-guided kernel fuzzer.
Supported OSes: FreeBSD
, Fuchsia
, gVisor
, Linux
, NetBSD
, OpenBSD
, Windows
.
Mailing list: syzkaller@googlegroups.com (join on web or by email).
Found bugs: Darwin/XNU, FreeBSD, Linux, NetBSD, OpenBSD, Windows.
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: Darwin/XNU, FreeBSD, Fuchsia, NetBSD, OpenBSD, Starnix, Windows, gVisor. Akaros,
This is not an official Google product.