From 72ada85635ec233bf38bf55677fcc309776d5563 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Thu, 19 Sep 2019 15:45:23 +0200 Subject: Update external_fuzzing_usb.md --- docs/linux/external_fuzzing_usb.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/linux') diff --git a/docs/linux/external_fuzzing_usb.md b/docs/linux/external_fuzzing_usb.md index 1ed9ce8cd..2eb31e207 100644 --- a/docs/linux/external_fuzzing_usb.md +++ b/docs/linux/external_fuzzing_usb.md @@ -236,11 +236,11 @@ These instructions describe how to set this up on a Raspberry Pi Zero W, but any 15. Insert the module with `sudo insmod fuzzer.ko`. -16. Build and test the [keyboard emulator program](https://raw.githubusercontent.com/google/syzkaller/up-usb-docs/tools/syz-usbgen/keyboard.c): +16. Build and test the [keyboard emulator program](/tools/syz-usbgen/keyboard.c): ``` bash # Connect the board to some USB host. - wget https://raw.githubusercontent.com/google/syzkaller/up-usb-docs/tools/syz-usbgen/keyboard.c + wget https://raw.githubusercontent.com/google/syzkaller/master/tools/syz-usbgen/keyboard.c # Apply the patch below. gcc keyboard.c -o keyboard sudo ./keyboard -- cgit mrf-deployment