From b70f2394eca784943d5d84e2317d57e7db5d5b76 Mon Sep 17 00:00:00 2001 From: Radoslav Gerganov Date: Mon, 31 Aug 2020 17:09:25 +0300 Subject: 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. --- docs/linux/setup.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/linux/setup.md') 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 -- cgit mrf-deployment