Wednesday, April 21, 2021

How can I sniff traffic from a USB device in Android using adb and UsbPCap ?

I've a USB c-type device. It is made for Android. It has specific application made by their developers. It only communicate with that. And they don't provide a third party API. But I want to use that device's feature for open source projects. Now I heard that, I can debug any USB c-type device, by wireshark to be specific UsbPCap. But I don't have a c-type in my computer. So if I connect my Android adb over WiFi and connect that application. Can then I somehow sniff data between Android and c-type device.



No comments:

Post a Comment