A tool for reverse engineering Android apk files
Go to file
Goooler 7bb6956304
Update github actions & Update gradle (#2628)
* Bump setup-java actions to v2

* Make test action on all branches

* Add dependabot.yml for updating github actions

* Update gradle 7.2

* Revert "Make test action on all branches"

This reverts commit 52758ea249d969f3b94f3ae5d4b5b980103a5cfa.

* Correct jdk

* Revert "Add dependabot.yml for updating github actions"

This reverts commit 7381e8f71c656499e7d0cc70e854b5e4978722d0.

* Run CI after workflows configs changed
2021-08-24 07:59:22 -04:00
.github Update github actions & Update gradle (#2628) 2021-08-24 07:59:22 -04:00
brut.apktool Fix: numeric string meta-data value corruption (#2612) 2021-08-17 07:01:08 -04:00
brut.j.common refactor: drop author tags and support javadocs 2021-03-07 15:06:45 -05:00
brut.j.dir Code smell reduction (#2554) 2021-04-14 06:31:32 -04:00
brut.j.util Code smell reduction (#2554) 2021-04-14 06:31:32 -04:00
gradle Update github actions & Update gradle (#2628) 2021-08-24 07:59:22 -04:00
scripts Update github actions & Update gradle (#2628) 2021-08-24 07:59:22 -04:00
.editorconfig Add .editorconfig for format 2021-07-19 12:57:52 +08:00
.gitattributes Add .gitattributes 2021-08-17 06:51:18 -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 url of Google Code to GitHub 2015-10-24 15:36:00 +08:00
INTERNAL.md docs: add information for publishing 2021-03-07 15:12:27 -05:00
LICENSE Removes SmaliDebugging 2016-02-27 20:20:53 -05:00
README.md docs: drop freenode, hello libera.chat 2021-05-30 14:34:21 -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 Bump proguard to 7.1.1 2021-08-09 15:36:35 -05: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.