Create apktool.md

added Notes, Usage and Links
This commit is contained in:
filinpavel 2014-10-08 13:41:00 +07:00
parent 8da4339f5c
commit ebf1ef3355

26
tools/apktool.md Normal file
View File

@ -0,0 +1,26 @@
# apktool
Notes
-------
A tool for reverse engineering Android apk files
Help Text
-------
```
```
Example Usage
-------
```
apktool d application.apk
```
Links
-------
[apktool Google project](https://code.google.com/p/android-apktool/)
[apktool Bitbucket project](https://bitbucket.org/iBotPeaches/apktool/downloads)