diff options
| author | Radoslav Gerganov <rgerganov@vmware.com> | 2020-08-31 17:09:25 +0300 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-09-23 17:13:28 +0200 |
| commit | b70f2394eca784943d5d84e2317d57e7db5d5b76 (patch) | |
| tree | 37199e2368621edb780815ace6466787b6744be1 /docs/linux/setup.md | |
| parent | 287cd75a6d7c6487fcd647033cd92c2440d6a39e (diff) | |
docs/linux: add instructions for fuzzing on VMware hosted hypervisors
Add new page for fuzzing x86-64 Linux kernel on VMware VMs.
It explains how to create a VMDK image and how to run it on Ubuntu host
with Workstation installed. For now only the isolated mode of syzkaller
is supported.
Diffstat (limited to 'docs/linux/setup.md')
| -rw-r--r-- | docs/linux/setup.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/linux/setup.md b/docs/linux/setup.md index a4a0a5297..a23a6a74e 100644 --- a/docs/linux/setup.md +++ b/docs/linux/setup.md @@ -11,6 +11,7 @@ Instructions for a particular VM type or kernel architecture can be found on the - [Setup: Linux host, QEMU vm, s390x kernel](setup_linux-host_qemu-vm_s390x-kernel.md) - [Setup: Linux host, Android device, arm32/64 kernel](setup_linux-host_android-device_arm-kernel.md) - [Setup: Linux isolated host](setup_linux-host_isolated.md) +- [Setup: Ubuntu host, VMware vm, x86-64 kernel](setup_ubuntu-host_vmware-vm_x86-64-kernel.md) - [Setup: Ubuntu host, Odroid C2 board, arm64 kernel](setup_ubuntu-host_odroid-c2-board_arm64-kernel.md) [outdated] ## Install |
