Hi,

I want to reverse engineer api of an Android app to make a custom client that works on linux. I have good understanding of Linux, Networking and coding.

Where should I start? Is it too hard?

  • renormalizer@feddit.de
    link
    fedilink
    arrow-up
    0
    ·
    9 months ago

    You can use an APK decompiler to get to the source code of the app. There is probably some logic for building and decoding API messages in there.