A tool for reverse engineering Android apk files
Go to file
Vincent Barthelemy 13e356f2ef fix: use the res type spec name to create res bag value
Starting with the version 28.0.3 of the Android SDK build tools,
the internal ids of the items of an array bag seems to have changed.

Because of those changes, array resources were no longer decoded correctly.
They were decoded as style resources.

Instead of using the id of the first item within a resource bag,
the name of the res type spec is now used to choose the correct
resource bag value to create.

Note: a list of "legal names" for resource types  can be found in the source code of aapt2.
2019-01-29 10:07:40 +01:00
.github smaller image 2017-09-15 08:07:20 -04:00
brut.apktool fix: use the res type spec name to create res bag value 2019-01-29 10:07:40 +01:00
brut.j.common License 2018 update 2018-02-16 08:26:53 -05:00
brut.j.dir style: update license headers that are missing 2018 2018-08-23 16:14:24 -04:00
brut.j.util Adapt AXMLResourceParser to handle broken headers. 2019-01-08 21:20:50 +01:00
gradle Update Gradle wrapper to 4.10.2 2018-11-26 16:10:16 +08:00
scripts build: initial attempt at getting travis windows support 2019-01-09 17:43:40 -05:00
.gitignore bug: reproduce the bug were array resources are decoded as style bag 2019-01-29 10:06:32 +01:00
.travis.yml fix: use "shell" for windows 2019-01-09 17:54:21 -05:00
build.gradle build: update to gradle 4.10 2018-09-06 07:13:26 -04:00
CONTRIBUTORS.md update url of Google Code to GitHub 2015-10-24 15:36:00 +08:00
gradlew Upgrade to gradle 4.0 2017-07-03 07:16:53 -04:00
gradlew.bat Update Gradle wrapper to 3.5 2017-04-24 12:28:25 +08:00
INTERNAL.md docs: handle new location of 64bit binaries 2018-12-18 18:19:09 -05:00
LICENSE Removes SmaliDebugging 2016-02-27 20:20:53 -05:00
README.md attach link to previous intelliJ button 2017-09-19 14:34:39 -04:00
ROADMAP.md feat: add ROADMAP.md for long-term ideas 2018-04-06 12:07:30 -04:00
settings.gradle Removes SmaliDebugging 2016-02-27 20:20:53 -05:00

Apktool

This is the repository for Apktool. If you are looking for the Apktool website. Click here.

Join the chat at https://gitter.im/iBotPeaches/Apktool Build Status Software License

It is a tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications; it makes possible to debug smali code step by step. Also it makes working with app easier because of project-like files structure and automation of some repetitive tasks like building apk, etc.

It is NOT intended for piracy and other non-legal uses. It could be used for localizing, adding some features or support for custom platforms and other GOOD purposes. Just try to be fair with authors of an app, that you use and probably like.

Support

Sponsored by

  • Sourcetoad - helping with a weekly sponsorship for continued improvement and maintenance of the project.

IDE of Choice

JetBrains IntelliJ

Security Vulnerabilities

If you discover a security vulnerability within Apktool, please send an e-mail to Connor Tumbleson at connor.tumbleson(at)gmail.com. All security vulnerabilities will be promptly addressed.