Basic OS fingerprinting

This commit is contained in:
2017-01-14 18:06:53 -05:00
committed by GitHub
parent ed9be6cd66
commit c0285bb110
3 changed files with 41 additions and 0 deletions

10
gadget.patch Normal file
View File

@@ -0,0 +1,10 @@
1210,1218d1209
< /* Prints setup requests */
< printk("USB DWC2 REQ %02x %02x %04x %04x %04x\n",
< ctrl->bRequestType,
< ctrl->bRequest,
< ctrl->wValue,
< ctrl->wIndex,
< ctrl->wLength);
<
<