Apktool/README.md

20 lines
1.3 KiB
Markdown
Raw Normal View History

2013-12-18 16:01:40 +01:00
### Apktool
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
- [Project Page](http://code.google.com/p/android-apktool/)
- [#apktool on freenode](http://webchat.freenode.net/?channels=apktool)
2013-06-12 17:33:47 +02:00
2013-12-18 16:01:40 +01:00
#### Links
- [How to Build](https://code.google.com/p/android-apktool/wiki/BuildApktool)
- [Wiki](http://code.google.com/p/android-apktool/w/list)
- [Bug Reports](http://code.google.com/p/android-apktool/issues/list)
- [Changelog/Information](http://code.google.com/p/android-apktool/wiki/Changelog)
- [XDA Post](http://forum.xda-developers.com/showthread.php?p=28366939)
- [Source (Github)](https://github.com/iBotPeaches/Apktool)
- [Source (GoogleCode)](http://code.google.com/p/android-apktool/source/list)
2013-12-18 16:10:14 +01:00
- [Source (Bitbucket)](https://bitbucket.org/iBotPeaches/apktool/)
2012-10-21 20:03:34 +02:00