Files
kaliwiki/tools/apktool.md
filinpavel ebf1ef3355 Create apktool.md
added Notes, Usage and Links
2014-10-08 13:41:00 +07:00

27 lines
328 B
Markdown

# 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)