diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2024-08-06 16:23:23 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-08-07 09:36:26 +0000 |
| commit | c19ce525d8b8bbb454fd60909a14eb7f587eb08e (patch) | |
| tree | 3ab53c26578796591e3501ba9bf696ec3e64d679 /docs/linux/external_fuzzing_usb.md | |
| parent | 4d88889b46687165513a0250264994a89416f3c9 (diff) | |
docs: update information about syz-runtest
This is no longer a standalone tool, but rather a syz-manager mode.
Closes #4970.
Diffstat (limited to 'docs/linux/external_fuzzing_usb.md')
| -rw-r--r-- | docs/linux/external_fuzzing_usb.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/linux/external_fuzzing_usb.md b/docs/linux/external_fuzzing_usb.md index ee4c0a132..3615af7ed 100644 --- a/docs/linux/external_fuzzing_usb.md +++ b/docs/linux/external_fuzzing_usb.md @@ -36,7 +36,7 @@ These pseudo-syscalls targeted at a few different layers: There are [runtests](/sys/linux/test/) for USB pseudo-syscalls. They are named starting with the `vusb` prefix and can be run with: ``` -./bin/syz-runtest -config=usb-manager.cfg -tests=vusb +./bin/syz-manager -config usb-manager.cfg -mode run-tests -tests vusb ``` |
