From ae13a849e613cd929bbcf98bec83e1bdb30a62b1 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Tue, 3 Dec 2019 16:58:43 +0100 Subject: Update external_fuzzing_usb.md --- docs/linux/external_fuzzing_usb.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/linux/external_fuzzing_usb.md b/docs/linux/external_fuzzing_usb.md index 3f2509c28..c4de7527a 100644 --- a/docs/linux/external_fuzzing_usb.md +++ b/docs/linux/external_fuzzing_usb.md @@ -109,6 +109,8 @@ The instructions below describe a hackish way to generate syzkaller USB IDs for ./bin/syz-usbgen KERNEL_LOG ./sys/linux/init_vusb_ids.go ``` +5. Don't forget to revert the applied patch and rebuild the kernel before doing actual fuzzing. + ## Running reproducers with Raspberry Pi Zero W -- cgit mrf-deployment