mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-27 05:10:43 +00:00
55e0c07757
* sys/linux: extract USB HID ids As it turns out the HID kernel subsystem registers only one USB driver that checks that the interface of the connected device has HID class and then looks up its own list of vendor/device ids to find a matching driver. This means that we currently don't generate proper vendor/device ids for USB HID devices. This patch updates the syz-usbgen tool to also extract USB HID vendor/device ids from a running kernel and makes the generated descriptions for HID devices to be patched using the extracted ids. This patch also contains some minor improvements to USB descriptions (better HID descriptions and more replies for some USB classes/drivers). * sys/linux: run make generate |
||
---|---|---|
.. | ||
android | ||
kcovtrace | ||
syz-benchcmp | ||
syz-bisect | ||
syz-cover | ||
syz-crush | ||
syz-db | ||
syz-declextract | ||
syz-env | ||
syz-execprog | ||
syz-fmt | ||
syz-headerparser | ||
syz-imagegen | ||
syz-mutate | ||
syz-prog2c | ||
syz-repro | ||
syz-runtest | ||
syz-stress | ||
syz-symbolize | ||
syz-testbuild | ||
syz-trace2syz | ||
syz-tty | ||
syz-upgrade | ||
syz-usbgen | ||
check_links.py | ||
create-gce-image.sh | ||
create-image.sh | ||
create-openbsd-gce-ci.sh | ||
create-openbsd-vmm-worker.sh | ||
demo_setup.sh |