apktool: add Korean translation (#11384)

This commit is contained in:
HoJeong Im
2023-11-05 22:16:22 +09:00
committed by K.B.Dharun Krishna
parent 0c22f53b71
commit 362322fe70

View File

@@ -0,0 +1,16 @@
# apktool
> APK 파일 리버스 엔지니어링.
> 더 많은 정보: <https://ibotpeaches.github.io/Apktool/>.
- APK 파일 디코딩:
`apktool d {{경로/대상/파일.apk}}`
- 디렉토리로부터 APK 파일 빌드:
`apktool b {{경로/대상/폴더}}`
- 프레임워크 설치 및 저장:
`apktool if {{경로/대상/프레임워크.apk}}`