A tool for reverse engineering Android apk files
Go to file
2015-04-16 08:12:20 -05:00
brut.apktool re-add copy() method using try-with-resources 2015-04-16 08:12:20 -05:00
brut.apktool.smali beab30089c 2015-02-28 07:40:48 -06:00
brut.j.common [meta] Repo Cleanup 2015-03-14 08:02:57 -05:00
brut.j.dir [meta] Repo Cleanup 2015-03-14 08:02:57 -05:00
brut.j.util re-add copy() method using try-with-resources 2015-04-16 08:12:20 -05:00
gradle fix CertificateException 2015-04-11 12:08:43 -05:00
scripts as apks get bigger, our memory footprint grows. 2014-12-25 14:12:04 -06:00
.gitignore [meta] Repo Cleanup 2015-03-14 08:02:57 -05:00
.travis.yml add notifications for irc 2014-11-02 07:48:56 -06:00
build.gradle update proguard to handle java8 2015-02-26 15:40:27 -06:00
CHANGES move changelog to website 2015-03-30 08:06:18 -05:00
CONTRIBUTING.md add code style doc rules, adjusting stringblock to 120 margin 2014-02-09 19:23:25 -06:00
CONTRIBUTORS.md [meta] Repo Cleanup 2015-03-14 08:02:57 -05: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
LICENSE [meta] Repo Cleanup 2015-03-14 08:02:57 -05:00
README.md [skip] fix bad download link 2015-03-18 11:05:55 -05:00
settings.gradle Gradle Refresh 2014-10-23 17:43:37 -05:00

Apktool

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

Build Status Software License Project Status

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