A tool for reverse engineering Android apk files
Go to file
Andrei Zhukouski 74e0aa0bd2 Write output to separate streams (error and output)
This will allow to write errors and output to the console handler as usual, but will help to handle errors from external binaries (such as aapt, executed by exec method) in all initialized logger handlers, not only console, but text handler, for ex.
2016-01-05 10:39:07 +03:00
brut.apktool Change non-printable character for Windows compatibility 2016-01-03 16:51:29 -06: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 Write output to separate streams (error and output) 2016-01-05 10:39:07 +03:00
gradle add smali patches 2015-10-14 07:39:07 -05:00
scripts fixes #1056 2015-10-29 07:09:45 -05:00
smali@398630dde5 add smali submodule 2015-10-14 07:47:01 -05:00
.gitignore add old "brut.apktool.smali" folder to ignore 2015-10-14 07:41:54 -05:00
.gitmodules switch from ssh to https 2015-10-19 17:47:29 -05:00
.travis.yml cache travis deps & allow failure for openjdk while travis fixes it 2015-12-18 11:52:08 -06:00
build.gradle start new dev cycle (2.1.0-SNAPSHOT) 2016-01-03 17:52:32 -06:00
CHANGES move changelog to website 2015-03-30 08:06:18 -05:00
CONTRIBUTING.md update url of Google Code to GitHub 2015-10-24 15:36:00 +08: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
LICENSE [meta] Repo Cleanup 2015-03-14 08:02:57 -05:00
README.md remove stillmaintained badge (site is dead) 2015-11-30 16:23:15 -06: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

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