mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 07:55:02 +00:00
Update cheatsheets
This commit is contained in:
21
apktool
Normal file
21
apktool
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# apktool
|
||||
|
||||
> Reverse engineer APK files.
|
||||
> More information: <https://ibotpeaches.github.io/Apktool/>.
|
||||
|
||||
- Decode an APK file:
|
||||
|
||||
`apktool d {{path/to/file.apk}}`
|
||||
|
||||
- Build an APK file from a directory:
|
||||
|
||||
`apktool b {{path/to/directory}}`
|
||||
|
||||
- Install and store a framework:
|
||||
|
||||
`apktool if {{path/to/framework.apk}}`
|
||||
Reference in New Issue
Block a user