markdown our readme

This commit is contained in:
Connor Tumbleson 2013-12-18 09:01:40 -06:00
parent 7a162fb80f
commit b13fe7f690

View File

@ -1,15 +1,18 @@
# Apktool # ### Apktool
http://code.google.com/p/android-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.
Requires Java 1.7.x 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
- [Project Page](http://code.google.com/p/android-apktool/)
- [#apktool on freenode](http://webchat.freenode.net/?channels=apktool)
Links #### Links
- How to Build https://code.google.com/p/android-apktool/wiki/BuildApktool - [How to Build](https://code.google.com/p/android-apktool/wiki/BuildApktool)
- Wiki http://code.google.com/p/android-apktool/w/list - [Wiki](http://code.google.com/p/android-apktool/w/list)
- Bug Reports http://code.google.com/p/android-apktool/issues/list - [Bug Reports](http://code.google.com/p/android-apktool/issues/list)
- Changelog/Information http://code.google.com/p/android-apktool/wiki/Changelog - [Changelog/Information](http://code.google.com/p/android-apktool/wiki/Changelog)
- XDA Post http://forum.xda-developers.com/showthread.php?p=28366939 - [XDA Post](http://forum.xda-developers.com/showthread.php?p=28366939)
- Source (Github) https://github.com/iBotPeaches/Apktool - [Source (Github)](https://github.com/iBotPeaches/Apktool)
- Source (GoogleCode) http://code.google.com/p/android-apktool/source/list - [Source (GoogleCode)](http://code.google.com/p/android-apktool/source/list)