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

Do not decode resources using Apktool #121

Closed msvamp closed 9 months ago

msvamp commented 1 year ago

Speed up decoding using Apktool's --no-res option, which prevents decoding APK resources. This should improve speed for apps and games that have a large number of resources.

msvamp commented 9 months ago

I found many apps which cannot be rebuilt if decoded using the --no-res option, hence closing this PR.