Backstory: I'm using laptop for debug, it has 30 minute sleep time. So it goes into sleep, i wake it up. From the Windbg i can see that the device was there when we go to sleep. But once it goes out of sleep, it will terminate - due to a read error in the usbip.exe, yeah, no wonder, sockets and going to sleep, what can go wrong? ;)
usbip: error: read_devbuf: failed to read: err: 0x40
usb
Canadian Furious Beaver is a tool for hijacking IRPs handler in Windows drivers, and facilitating the process of analyzing Windows drivers for vulnerabilities
Backstory: I'm using laptop for debug, it has 30 minute sleep time. So it goes into sleep, i wake it up. From the Windbg i can see that the device was there when we go to sleep. But once it goes out of sleep, it will terminate - due to a read error in the usbip.exe, yeah, no wonder, sockets and going to sleep, what can go wrong? ;)