A tool for reverse engineering Android apk files
Go to file
dependabot[bot] 6fb0c734c7
build(deps): bump gradle/wrapper-validation-action from 1.0.6 to 1.1.0 (#3214)
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1.0.6 to 1.1.0.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/v1.0.6...v1.1.0)

---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 06:44:23 -04:00
.github build(deps): bump gradle/wrapper-validation-action from 1.0.6 to 1.1.0 (#3214) 2023-07-24 06:44:23 -04:00
brut.apktool Explicit ResFileDecoder initiazation and add constructors AXmlResourceParser(ResTable resTable) and AndroidManifestResourceParser(ResTable resTable) (#3211) 2023-07-24 06:43:56 -04:00
brut.j.common build: include bleeding edge smali from source via jitpack (#2941) 2022-11-24 06:15:41 -05:00
brut.j.dir fix: skip files if cleaned to empty filename (#3166) 2023-07-18 07:26:30 -04:00
brut.j.util style: normalize command descs and redundancy (#3188) 2023-07-21 06:08:30 -04:00
gradle feat: Upgrade gradle to v8.2.1 (#3141) 2023-07-17 06:29:05 -04:00
scripts Revert "Update apktool.bat (#2930)" (#2931) 2022-11-12 11:35:40 -05: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
build.gradle build: start new dev cycle (2.8.2-SNAPSHOT) 2023-07-22 13:38:00 -04:00
CONTRIBUTORS.md Move to official Google smali fork (#3051) 2023-04-28 19:30:06 -04:00
gradlew feat: Upgrade gradle to v8.2 (#3111) 2023-07-02 05:55:28 -04:00
gradlew.bat Upgrade Gradle version to 8.0.2 (#3016) 2023-03-05 10:55:09 -05:00
INTERNAL.md docs: correct website guide for releases 2023-07-16 15:08:31 -04:00
LICENSE.md refactor: change license to markdown iteration (still apache2.0) 2021-09-01 07:33:02 -04:00
README.md docs: drop gitter and change doc branch 2023-07-16 07:08:51 -04:00
ROADMAP.md docs: add note about dummy resources to roadmap 2022-09-20 07:24:55 -04:00
SECURITY.md build: add SECURITY.md 2019-07-14 08:09:21 -04:00
settings.gradle add application plugin to the apktool-cli (#3070) 2023-05-20 13:53:29 -04:00

Apktool

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

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.