From 7f1c99b1d5b0bd713030020c559557805dfd6438 Mon Sep 17 00:00:00 2001 From: Jiaming Zhang <772577952@qq.com> Date: Wed, 20 Aug 2025 00:52:51 +0800 Subject: docs/linux: add instructions for fuzzing Linux x86-64 kernel on Android virtual device Add new page for fuzzing Linux x86-64 kernel on Android virtual device. It explains how to build and run Android Generic System Image and Generic Kernel Image on Ubuntu host. --- 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 c77d5a6f3..cf7f2c273 100644 --- a/docs/linux/setup.md +++ b/docs/linux/setup.md @@ -10,6 +10,7 @@ Instructions for a particular VM type or kernel architecture can be found on the - [Setup: Linux host, QEMU vm, riscv64 kernel](setup_linux-host_qemu-vm_riscv64-kernel.md) - [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 host, Android virtual device, x86-64 kernel](setup_linux-host_android-virtual-device_x86-64-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) -- cgit mrf-deployment