apk.sh makes reverse engineering Android apps easier, automating some repetitive tasks like pulling, decoding, rebuilding and patching an APK.
GNU General Public License v3.0
3.34k
stars
189
forks
source link
[BUG] Could not smali file: XYZ already interned #30
Closed
AltayAkkus closed 5 months ago
Information
apk.sh output
Steps to Reproduce
apk.sh patch myfile.apk
APK
Is not needed.
Questions to ask before submission
Are you using the latest apk.sh version? Yes
The thing is that
apktool
encounters problems with certain APKs, see https://github.com/iBotPeaches/Apktool/issues/2784 .This can be fixed by using the option
--only-main-classes
while decoding the.apk
, but this feature is not supported by apk.sh.