Shivelight
Shivelight
It is very likely that SC implementing native certificate pinning, not a Frida problem.
The original Pi Zero only has one data port; it won't be possible to simultaneously have USB emulation and wifi or ethernet connection, rendering it useless for this project. EDIT:...
Definitely possible. It would require trial and error since I don't have the board, and buildroot doesn't have a default defconfig.
We can use USB HID gadget to emulate a keyboard. Need to enable it as a module first. https://github.com/torvalds/linux/blob/88808fbbead481aedb46640a5ace69c58287f56a/drivers/usb/gadget/legacy/Kconfig#L453 Documentation with example: https://github.com/torvalds/linux/blob/master/Documentation/usb/gadget_hid.rst
Or this https://github.com/torvalds/linux/blob/master/Documentation/usb/gadget_configfs.rst Example: https://github.com/qlyoung/keyboard-gadget
After trial and error, I managed to get it working. I'm using `configfs` as it is easier to setup. `g_hid` module is way too complicated to setup; platform driver, platform...
Just a heads-up, I have a flight tomorrow and I'm not bringing my PS4 with me. Will commit my findings on sunday.
Pushed to `dev` branch
Orange Pi Zero wifi module XR819 is known to have problematic firmware. I also faced the same issue, but it rarely occurred. It would be easier to debug if you...
Great! Now, you don't need the script, just run `dmesg > /root/dmesg.txt` and download the log via SFTP. You can upload it here so I can take a look.