mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
apktool: add Farsi translation (#13299)
This commit is contained in:
parent
86e50e7dc4
commit
9ce07f51c8
1 changed files with 16 additions and 0 deletions
16
pages.fa/common/apktool.md
Normal file
16
pages.fa/common/apktool.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# apktool
|
||||
|
||||
> مهندسی معکوس فایل های APK.
|
||||
> اطلاعات بیشتر: <https://ibotpeaches.github.io/Apktool/>.
|
||||
|
||||
- رمزگشایی یک فایل APK:
|
||||
|
||||
`apktool d {{path/to/file.apk}}`
|
||||
|
||||
- ساخت یک فایل APK از یک دایرکتوری:
|
||||
|
||||
`apktool b {{path/to/directory}}`
|
||||
|
||||
- نصب و ذخیره یک فریمورک:
|
||||
|
||||
`apktool if {{path/to/framework.apk}}`
|
Loading…
Add table
Reference in a new issue