mirror of
https://github.com/mubix/kaliwiki.git
synced 2025-10-29 16:59:26 +00:00
27 lines
328 B
Markdown
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)
|