You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am sorry that I am busy preparing coding interview for my next job, so I won’t be able to check what went wrong in near future (probably a month). Will check this out when I get my next job.
Is it possible to "mitm" the communication between the flash drive and my external computer?
Yes, it is possible, but I haven't implement it yet, so you might need to edit the code to modify the USB packet before sending to Host or Device.
Im getting seqfault in libusb_handle_events_completed(NULL, NULL);
Unfortunately, I have tried all USB devices that I have, still not able to reproduce the issue currently. I found that libusb_handle_events(NULL) is used to handle hotplug in libusb official example, could you try this when you have time? thanks!
Hi. Nice work!
I have some problems with running proxy.
Is it possible to "mitm" the communication between the flash drive and my external computer?
"pendrive" <-> (USB <- raspberrypi -> USB OTG) <-> my external pc
My setup:
Raspberry Pi 4 B - 8gb ram
Kernel 5.15.34
libusb-1.0.25
Im getting seqfault in
libusb_handle_events_completed(NULL, NULL);
stacktrace:
After commenting this line
libusb_handle_events_completed(NULL, NULL);
it looks working better, but still failing?The text was updated successfully, but these errors were encountered: