Apktool/README.md

55 lines
3.3 KiB
Markdown
Raw Normal View History

2013-12-18 16:01:40 +01:00
### Apktool
**This is the repository for Apktool. If you are looking for the Apktool website. Click [here](https://github.com/iBotPeaches/Apktool/tree/docs).**
[![CI](https://github.com/iBotPeaches/Apktool/actions/workflows/build.yml/badge.svg)](https://github.com/iBotPeaches/Apktool/actions/workflows/test.yml)
2015-03-14 14:20:58 +01:00
[![Software License](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](https://github.com/iBotPeaches/Apktool/blob/master/LICENSE)
2014-05-10 00:55:51 +02:00
2013-12-18 16:01:40 +01:00
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.
2012-10-21 20:03:34 +02:00
2013-12-18 16:01:40 +01:00
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.
2013-06-12 17:33:47 +02:00
2013-12-18 16:01:40 +01:00
#### Support
2021-03-04 13:06:27 +01:00
- [Project Page](https://ibotpeaches.github.io/Apktool/)
2021-05-30 20:34:21 +02:00
- [#apktool on libera.chat](https://web.libera.chat/)
2013-06-12 17:33:47 +02:00
2017-08-15 14:00:28 +02:00
#### 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.
2013-12-18 16:01:40 +01:00
#### Links
2015-03-18 17:05:55 +01:00
- [Downloads](https://bitbucket.org/iBotPeaches/apktool/downloads)
2021-03-04 13:06:27 +01:00
- [Downloads Mirror](https://connortumbleson.com/apktool/)
- [How to Build](https://ibotpeaches.github.io/Apktool/build/)
- [Documentation](https://ibotpeaches.github.io/Apktool/documentation/)
- [Bug Reports](https://github.com/iBotPeaches/Apktool/issues)
2021-05-30 20:34:21 +02:00
- [Changelog/Information](https://ibotpeaches.github.io/Apktool/changes/)
2021-03-04 13:06:27 +01:00
- [XDA Post](https://forum.xda-developers.com/t/util-dec-2-2020-apktool-tool-for-reverse-engineering-apk-files.1755243/)
2013-12-18 16:01:40 +01:00
- [Source (Github)](https://github.com/iBotPeaches/Apktool)
2013-12-18 16:10:14 +01:00
- [Source (Bitbucket)](https://bitbucket.org/iBotPeaches/apktool/)
2012-10-21 20:03:34 +02:00
2023-08-29 12:18:18 +02:00
## Sponsors
Special thanks goes to the following sponsors:
### Sourcetoad
[Sourcetoad](https://sourcetoad.com/) 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.
<a href="https://www.sourcetoad.com" alt="Sourcetoad">
<picture>
<img src="https://github.com/ibotpeaches/apktool/raw/master/.github/assets/sponsors/sourcetoad-horizontal.svg">
</picture>
</a>
### Emerge Tools
[Emerge Tools](https://www.emergetools.com) is a suite of revolutionary products designed to supercharge mobile apps and the teams that build them.
<a href="https://www.emergetools.com" alt="Emerge Tools">
<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>
</a>