shroudedcode / apk-mitm

🤖 A CLI application that automatically prepares Android APK files for HTTPS inspection
https://npm.im/apk-mitm
MIT License
3.6k stars 337 forks source link

Request kotlin support #96

Closed songsammy closed 2 years ago

songsammy commented 2 years ago

I want to see how a kotlin app works, so it would be kind if you can add support for latest packages like kotlin.

shroudedcode commented 2 years ago

Apps written in Kotlin use the same methods for certificate pinning as apps written in Java, so there's nothing apk-mitm could add in that regard. If you're just interested in understanding the code of an app written in Kotlin, then using jadx is probably your best bet as it will give you Java code that should at least look similar to the original Kotlin code.