diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2019-09-19 15:53:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-19 15:53:52 +0200 |
| commit | 408e453738232a4cd8281ff6684648d7b5ff23af (patch) | |
| tree | 7d914253635395adc6fa391babb6fe4fe06b1351 /docs | |
| parent | 72ada85635ec233bf38bf55677fcc309776d5563 (diff) | |
Update external_fuzzing_usb.md
Diffstat (limited to 'docs')
| -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 2eb31e207..c3f1b3dbe 100644 --- a/docs/linux/external_fuzzing_usb.md +++ b/docs/linux/external_fuzzing_usb.md @@ -270,7 +270,7 @@ These instructions describe how to set this up on a Raspberry Pi Zero W, but any ``` bash $ cat usb.log r0 = syz_usb_connect(0x0, 0x24, &(0x7f00000001c0)={{0x12, 0x1, 0x0, 0x8e, 0x32, 0xf7, 0x20, 0xaf0, 0xd257, 0x4e87, 0x0, 0x0, 0x0, 0x1, [{{0x9, 0x2, 0x12, 0x1, 0x0, 0x0, 0x0, 0x0, [{{0x9, 0x4, 0xf, 0x0, 0x0, 0xff, 0xa5, 0x2c}}]}}]}}, 0x0) - $ sudo ./syz-bin/syz-execprog -executor ./syz-bin/syz-executor -threaded=0 -collide=0 -procs=1 -nocgroups -nonetdev -nonetreset -notun -debug usb.log + $ sudo ./syz-bin/syz-execprog -executor ./syz-bin/syz-executor -threaded=0 -collide=0 -procs=1 -enable='' -debug usb.log ``` 18. Follow [this](https://www.raspberrypi.org/documentation/configuration/wireless/access-point.md) to setup Wi-Fi hotspot. |
