aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2020-06-17 00:35:00 +0200
committerGitHub <noreply@github.com>2020-06-17 00:35:00 +0200
commitb9f3810bc5c0698096fc7a54efc13d314e0dfca0 (patch)
treefcbb2d21bb25ac1902aaa8efeff36281561e099d /docs
parent559fbe2dbe475b34b57819885b40a494ca4ba175 (diff)
Update external_fuzzing_usb.md
Diffstat (limited to 'docs')
-rw-r--r--docs/linux/external_fuzzing_usb.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/linux/external_fuzzing_usb.md b/docs/linux/external_fuzzing_usb.md
index 59ded48ad..ad1771703 100644
--- a/docs/linux/external_fuzzing_usb.md
+++ b/docs/linux/external_fuzzing_usb.md
@@ -53,7 +53,7 @@ The core support for USB fuzzing is now in place, but there are still some thing
2. Implement a proper way for extracting relevant USB ids from the kernel (a related [discussion](https://www.spinics.net/lists/linux-usb/msg187915.html)).
3. Add a mode for standalone fuzzing of physical USB hosts (by using e.g. Raspberry Pi Zero, see below).
-This includes at least: a. making sure that current USB emulation implementation works properly on different OSes (there are some differences in protocol implementation);
+This includes at least: a. making sure that current USB emulation implementation works properly on different OSes (there are some [differences](https://github.com/RoganDawes/LOGITacker/blob/USB_host_enum/fingerprint_os.md#derive-the-os-from-the-fingerprint) in protocol implementation);
b. using USB requests coming from the host as a signal (like coverage) to enable "signal-driven" fuzzing,
c. making UDC driver name configurable for `syz-execprog` and `syz-prog2c`.