A tool for reverse engineering Android apk files
Go to file
Connor Tumbleson a2a79404b8
GitHub Action (To retire Travis) (#2401)
* feat: attempt at github action workflow

* build: run on any push/branch (github action)

* fix: drop 32bit and use proper windows variable

* fix: add cache system for gradle

* fix: only pushes (not prs)

* fix: proper windows command

* fix: bye bye travis (thanks for all the fish)

* style: shorten name of lanes

* style: this is jdk, not jvm
2020-09-13 12:28:35 -04:00
.github GitHub Action (To retire Travis) (#2401) 2020-09-13 12:28:35 -04:00
brut.apktool fix: add development next version (S) - API 31 2020-09-13 08:52:15 -04:00
brut.j.common refactor: 'compile' it's deprecated 2020-08-14 07:56:52 -04:00
brut.j.dir refactor: 'compile' it's deprecated 2020-08-14 07:56:52 -04:00
brut.j.util refactor: 'compile' it's deprecated 2020-08-14 07:56:52 -04:00
gradle build: update 'gradle-wrapper' from 6.4.1 to 6.5.1 2020-08-14 07:56:52 -04:00
scripts GitHub Action (To retire Travis) (#2401) 2020-09-13 12:28:35 -04:00
.gitignore bug: reproduce the bug were array resources are decoded as style bag 2019-01-29 10:06:32 +01:00
build.gradle build: update 'proguard' from 6.1.1 to 7.0.0 2020-08-14 07:56:52 -04:00
CONTRIBUTORS.md update url of Google Code to GitHub 2015-10-24 15:36:00 +08:00
gradlew Update Gradle wrapper to 5.6.2 2019-09-05 15:32:54 -07:00
gradlew.bat Update Gradle wrapper to 5.6.2 2019-09-05 15:32:54 -07:00
INTERNAL.md docs: adjust testing behavior with new gradlew 2020-05-26 19:25:08 -04:00
LICENSE Removes SmaliDebugging 2016-02-27 20:20:53 -05:00
README.md attach link to previous intelliJ button 2017-09-19 14:34:39 -04:00
ROADMAP.md feat: add ROADMAP.md for long-term ideas 2018-04-06 12:07:30 -04:00
SECURITY.md build: add SECURITY.md 2019-07-14 08:09:21 -04:00
settings.gradle Removes SmaliDebugging 2016-02-27 20:20:53 -05:00

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 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

Sponsored by

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

IDE of Choice

JetBrains IntelliJ

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.