A tool for reverse engineering Android apk files
Go to file
2015-01-19 07:25:21 -06:00
brut.apktool [skip] during info message, don't show apk build dir 2015-01-19 07:25:21 -06:00
brut.apktool.smali Allow but ignore multiple exception handlers for the same exception 2014-08-27 13:07:35 -05:00
brut.j.common [skip] update all copyrights to 2014 2014-10-23 18:14:48 -05:00
brut.j.dir cs fixes, remove unused imports 2014-10-29 16:18:47 -05:00
brut.j.util [skip] update all copyrights to 2014 2014-10-23 18:14:48 -05:00
gradle [skip] update all copyrights to 2014 2014-10-23 18:14:48 -05:00
scripts as apks get bigger, our memory footprint grows. 2014-12-25 14:12:04 -06:00
.gitignore Added /out to .gitignore . 2013-05-02 17:49:29 +02:00
.travis.yml add notifications for irc 2014-11-02 07:48:56 -06:00
build.gradle version bump (RC3) 2014-11-26 19:26:21 -06:00
CHANGES Fix improper handling of MNC_ZERO 2014-12-30 06:08:23 -06:00
CONTRIBUTING.md add code style doc rules, adjusting stringblock to 120 margin 2014-02-09 19:23:25 -06: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
README.md [skip] adding link to downloads in readme 2014-10-09 07:34:15 -05:00
settings.gradle Gradle Refresh 2014-10-23 17:43:37 -05:00

Apktool

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