A tool for reverse engineering Android apk files
Go to file
2014-02-16 11:20:06 -06:00
brut.apktool fixes unknown files being ignored if prefixed with known file 2014-02-16 11:20:06 -06:00
brut.apktool.smali bump smali version to 2.0.3 2014-02-04 09:52:39 -06:00
brut.j.common cleaning up gradle build files, removing proguard 2013-01-16 19:18:32 -06:00
brut.j.dir fixes #439 2013-04-06 12:50:42 -05:00
brut.j.util add returnOS() to OS, to help identify unknown aapt OS's 2013-09-17 21:52:35 -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
build.gradle force UTF-8 compile w/ gradle 2014-02-10 07:14:44 -06:00
CHANGES fixes unknown files being ignored if prefixed with known file 2014-02-16 11:20:06 -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 add source - bitbucket to readme 2013-12-18 09:10:14 -06:00
settings.gradle adjust build.gradle to handle apktool / dexlib2 2013-08-12 09:16:50 -05:00

Apktool

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