1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.fa/common/apktool.md
2024-08-04 20:36:50 +02:00

382 B

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}}