A tool for reverse engineering Android apk files
Go to file
2016-12-22 09:06:03 -05:00
.github add github issue template, move files to .github 2016-03-16 08:48:47 -04:00
brut.apktool fix TYPE_DYNAMIC_ATTRIBUTE support 2016-12-20 14:09:10 +01:00
brut.j.common [meta] Repo Cleanup 2015-03-14 08:02:57 -05:00
brut.j.dir Adds doNotCompress list to apktool.yml 2015-08-14 11:52:33 -04:00
brut.j.util Add is64Bit() check 2016-12-22 09:06:03 -05:00
gradle Removes SmaliDebugging 2016-02-27 20:20:53 -05:00
scripts All args 2016-10-28 18:36:15 -02:00
.gitignore add old "brut.apktool.smali" folder to ignore 2015-10-14 07:41:54 -05:00
.travis.yml fix travis to not call old outdated git submodules 2016-02-27 20:25:27 -05:00
build.gradle start new dev cycle (2.2.2-SNAPSHOT) 2016-10-23 08:07:41 -04:00
CONTRIBUTORS.md update url of Google Code to GitHub 2015-10-24 15:36:00 +08:00
gradlew Updated Gradle to 1.3 and updated CHANGES to reflect the PR1 release 2012-11-26 23:15:17 -06:00
gradlew.bat Updated Gradle to 1.3 and updated CHANGES to reflect the PR1 release 2012-11-26 23:15:17 -06:00
INTERNAL.md add internal doc for building aapt binaries 2016-12-06 09:16:04 -05:00
LICENSE Removes SmaliDebugging 2016-02-27 20:20:53 -05:00
README.md update readme to show gitter chat 2016-04-20 08:05:48 -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