USBFuzz
USBFuzz copied to clipboard
A Framework for fuzzing USB Drivers by Device Emulation
I followed the BKM as is, with 5.5 kernel and the stretch.img downloaded from the site as well as creating one myself. Things I tried: - Try with input seeds...
Given that you have found a USB bug, you may need to reproduce the bug. Assume that we have found a bug and the crashing input is saved in bugs/bug1....
Hi, I am a student who is interested in usbfuzz. I would like to find bug in Windows OS by using usbfuzz repository, however, I have a trouble making the...
when i run build.sh script ,the error occure:USBFuzz/usbfuzz-afl/qemu_mode/qemu/block/gluster.c:1106:11: error: too few arguments to function ‘glfs_ftruncate’ 1106 | ret = glfs_ftruncate(s->fd, offset);
Hello, Many thanks for releasing this project. Could you provide a guide for dumping USB device descriptors using `lsusb`, as described in your paper in the "Focused fuzzing on the...
Hi, thank you for releasing this project. I'm trying to run it on a 5.4 kernel according to the README. I have ported the kernel patches and the kernel boots...