Apktool/README.md

40 lines
2.6 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/gh-pages).**
2016-04-20 14:05:48 +02:00
[![Join the chat at https://gitter.im/iBotPeaches/Apktool](https://badges.gitter.im/iBotPeaches/Apktool.svg)](https://gitter.im/iBotPeaches/Apktool?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![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
#### Sponsored by
* [Sourcetoad](https://www.sourcetoad.com/cool-tools/apktool/) - helping with a weekly sponsorship for continued improvement and maintenance of the project.
2017-09-15 14:02:32 +02:00
#### IDE of Choice
2021-03-04 13:22:17 +01:00
* [JetBrains IntelliJ](https://www.jetbrains.com/idea/)
2017-09-15 14:02:32 +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)
2016-04-20 14:05:48 +02:00
- [Chat on Gitter](https://gitter.im/iBotPeaches/Apktool)
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