A tool for reverse engineering Android apk files

oSumAtrIX 49eeed6d09 build: start new dev cycle (2.10.1.1) преди 3 седмици
.github 7d599a0910 build(deps): bump gradle/actions from 4.2.0 to 4.2.1 (#3733) преди 1 месец
brut.apktool 8f166d5125 Merge branch 'upstream' преди 3 седмици
brut.j.common 542b66cbd0 refactor: ExtDataInput rework, source layout and formatting (#3738) преди 1 месец
brut.j.dir 542b66cbd0 refactor: ExtDataInput rework, source layout and formatting (#3738) преди 1 месец
brut.j.util 8f166d5125 Merge branch 'upstream' преди 3 седмици
brut.j.xml 542b66cbd0 refactor: ExtDataInput rework, source layout and formatting (#3738) преди 1 месец
gradle f8e1a59632 build(deps): bump commons-io:commons-io from 2.17.0 to 2.18.0 (#3732) преди 1 месец
scripts 5974d7477e Add ability to automatically pick up latest apktool.jar version (#3683) преди 4 месеца
.editorconfig 7ff89c4f44 Add .editorconfig rules преди 3 години
.gitattributes aa5d951708 fix: treat aapt binaries as binary преди 3 години
.gitignore 619c17bdb0 build: ignore gradle.properties преди 3 години
.jitpack.yml 0fd4443db7 build: Revert publishing on Jitpack преди 11 месеца
CONTRIBUTORS.md a079fe74fc Move to official Google smali fork (#3051) преди 1 година
INTERNAL.md 7ad1c9f9b4 Refresh aapt2 binaries. (#3651) преди 5 месеца
LICENSE.md 5d85f34a2a refactor: change license to markdown iteration (still apache2.0) преди 3 години
README.md 880a9587ee docs: update license reference (#3721) преди 2 месеца
ROADMAP.md 87223d334e docs: add note about dummy resources to roadmap преди 2 години
SECURITY.md 5aa3cf9728 build: add SECURITY.md преди 5 години
build.gradle.kts 49eeed6d09 build: start new dev cycle (2.10.1.1) преди 3 седмици
gradlew 525c0125a3 feat: Upgrade gradle to v8.4 (#3376) преди 1 година
gradlew.bat d52715d1da feat: Upgrade gradle to v8.7 (#3595) преди 8 месеца
settings.gradle.kts b49e77087d refactor: clean up external pull parser and introduce brut.j.xml (#3709) преди 2 месеца

README.md

Apktool

This is the repository for Apktool. The website is on the Apktool docs branch.

CI Software License

Apktool is a tool for reverse engineering third-party, closed, binary, Android apps. It can decode resources to nearly original form and rebuild them after making some modifications; it makes it possible to debug smali code step-by-step. It also makes working with apps easier thanks to project-like file structure and automation of some repetitive tasks such as building apk, etc.

Apktool is NOT intended for piracy and other non-legal uses. It could be used for localizing and adding features, adding support for custom platforms, and other GOOD purposes. Just try to be fair with the authors of an app, that you use and probably like.

Support

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.

Links

Sponsors

Special thanks goes to the following sponsors:

Sourcetoad

Sourcetoad is an award-winning software and app development firm committed to the co-creation of technology solutions that solve complex business problems, delight users, and help our clients achieve their goals.

<picture>
    <img src="https://github.com/ibotpeaches/apktool/raw/master/.github/assets/sponsors/sourcetoad-horizontal.svg">
</picture>

Emerge Tools

Emerge Tools is a suite of revolutionary products designed to supercharge mobile apps and the teams that build them.

<picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://github.com/ibotpeaches/apktool/raw/master/.github/assets/sponsors/emerge-tools-vertical-white.svg">
    <source media="(prefers-color-scheme: light)" srcset="https://github.com/ibotpeaches/apktool/raw/master/.github/assets/sponsors/emerge-tools-vertical-black.svg">
    <img src="https://github.com/ibotpeaches/apktool/raw/master/.github/assets/sponsors/emerge-tools-vertical-black.svg">
</picture>