A tool for reverse engineering Android apk files
Go to file
Connor Tumbleson 5d85f34a2a
refactor: change license to markdown iteration (still apache2.0)
2021-09-01 07:33:02 -04:00
.github Merge pull request #2644 from iBotPeaches/detect-valid-aapt-builds 2021-09-01 07:23:39 -04:00
brut.apktool refactor: deprecations for 2.6.0 are now 3.0.0 2021-09-01 07:25:58 -04:00
brut.j.common Update docs & licenses to use https 2021-08-26 07:40:32 -04:00
brut.j.dir Reformat & Rearrange 2021-08-27 01:32:40 +08:00
brut.j.util Code cleanups 2021-08-27 01:16:46 +08:00
gradle Update docs & licenses to use https 2021-08-26 07:40:32 -04:00
scripts Update docs & licenses to use https 2021-08-26 07:40:32 -04:00
.editorconfig Add .editorconfig rules 2021-08-27 01:20:06 +08:00
.gitattributes fix: treat aapt binaries as binary 2021-08-28 14:34:13 -04:00
.gitignore build: ignore gradle.properties 2021-03-07 15:03:11 -05:00
.jitpack.yml feat: commit broken jitpack file to stop that service 2020-11-28 18:07:25 -05:00
CONTRIBUTORS.md Update docs & licenses to use https 2021-08-26 07:40:32 -04:00
INTERNAL.md docs: add new build information for aapt2/aapt 2021-08-28 14:08:23 -04:00
LICENSE.md refactor: change license to markdown iteration (still apache2.0) 2021-09-01 07:33:02 -04:00
README.md docs: fix broken workflow CI image badge 2021-08-26 07:55:42 -04:00
ROADMAP.md docs: remove roadmap item (library) - completed (/) 2021-03-12 19:17:27 -05:00
SECURITY.md build: add SECURITY.md 2019-07-14 08:09:21 -04:00
build.gradle build: rename 2.5.1 to 2.6.0 (2.6.0-SNAPSHOT) 2021-08-30 21:38:45 -04:00
gradlew Update github actions & Update gradle (#2628) 2021-08-24 07:59:22 -04:00
gradlew.bat Update github actions & Update gradle (#2628) 2021-08-24 07:59:22 -04:00
settings.gradle Removes SmaliDebugging 2016-02-27 20:20:53 -05:00

README.md

Apktool

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

Join the chat at https://gitter.im/iBotPeaches/Apktool CI 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

Sponsored by

  • Sourcetoad - helping with a weekly sponsorship for continued improvement and maintenance of the project.

IDE of Choice

Security Vulnerabilities

If you discover a security vulnerability within Apktool, please send an e-mail to Connor Tumbleson at connor.tumbleson(at)gmail.com. All security vulnerabilities will be promptly addressed.