drosoCode / atvremote

Android TV remote control tool
MIT License
16 stars 5 forks source link

SSL traffic decryption #1

Open XITRIX opened 2 years ago

XITRIX commented 2 years ago

Hi! I am working on iOS version of this library. I've already done with all basic stuff like pairing and key sending, which was implemented in louis49's JS lib, and now I'm trying to implement other stuff like textfield editing. I'm trying to decrypt traffic between my rooted android device and android TV, but I'm running out of ideas. I've already tried mitmproxy, different ways of SSL pinning, frida with SSL read\write functions override (to log it's content), decompiling Google Home app, and TV remote service. And nothing helps... May be if you intend to keep working on that library you can suggest something else how to get the samples of App and TV communication?

Jacky154 commented 5 months ago

Hi @XITRIX

I have implement it for IOS include features of pairing and connecting. But I am running in error that it is not working when I connect with one tv and again connect the similar app with another tv. Can you figure out I will share my code