A tool for reverse engineering Android apk files
Go to file
2014-09-23 07:56:28 -05:00
brut.apktool [skip] check result of .setExecutable() 2014-09-23 07:56:28 -05: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 cleaning up gradle build files, removing proguard 2013-01-16 19:18:32 -06:00
brut.j.dir DirUtil: fixed exception when decompiling with -r and no res folder exists in the apk 2014-05-25 11:44:55 -05:00
brut.j.util [spelling] Nul -> Null 2014-05-12 17:11:28 -05:00
gradle/wrapper remove old hashed binaries during proguard build, update gradle wrapper url 2014-02-08 18:05:57 -06:00
scripts fix locale problem on windows, due to launch script 2013-11-14 06:35:30 -06:00
.gitignore Added /out to .gitignore . 2013-05-02 17:49:29 +02:00
.travis.yml [travis] re-enable email notifications 2014-05-11 13:42:55 -05:00
build.gradle add travis-ci builds 2014-05-09 17:52:29 -05:00
CHANGES handles <string-array> / <array> that require formatted="false" attributes 2014-09-22 18:27:25 -05: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 add license badge icon to readme 2014-06-06 20:58:08 -05:00
settings.gradle adjust build.gradle to handle apktool / dexlib2 2013-08-12 09:16:50 -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