commit | 4a77ae0bdc5cd75ebe88ce7c896aae6bbf457a29 | [log] [tgz] |
---|---|---|
author | Radoslav Gerganov <rgerganov@vmware.com> | Fri Sep 25 02:04:09 2020 -0700 |
committer | Dmitry Vyukov <dvyukov@google.com> | Sat Oct 10 11:58:52 2020 +0200 |
tree | f6e97682c59e708acc25fa4f8e9f66602b2b8037 | |
parent | b74c49a6af84e6ab50018024e8862263b1e0bd6d [diff] |
vm: implement the VM interface for VMware Workstation Use the "vmrun" utility to manage Workstation VMs. The syzkaller manager creates temporary VMs (linked clones) from a base image, gets their IP address and uses ssh to deploy and run programs (similar to the isolated mode).
syzkaller
([siːzˈkɔːlə]
) is an unsupervised coverage-guided kernel fuzzer.
Supported OSes: Akaros
, FreeBSD
, Fuchsia
, gVisor
, Linux
, NetBSD
, OpenBSD
, Windows
.
Mailing list: syzkaller@googlegroups.com (join on web or by email).
Found bugs: Akaros, 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: Akaros, Darwin/XNU, FreeBSD, Fuchsia, NetBSD, OpenBSD, Windows, gVisor.
This is not an official Google product.