common/j*: add and update Korean translation (#14643)
This commit is contained in:
13
pages.ko/common/jadx.md
Normal file
13
pages.ko/common/jadx.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# jadx
|
||||
|
||||
> Dex를 Java로 디컴파일하는 도구.
|
||||
> Android Dex 및 APK 파일에서 Java 소스 코드를 생성합니다.
|
||||
> 더 많은 정보: <https://github.com/skylot/jadx>.
|
||||
|
||||
- Dex 파일을 디렉터리로 디컴파일:
|
||||
|
||||
`jadx {{경로/대상/파일}}`
|
||||
|
||||
- Dex 파일을 특정 디렉터리로 디컴파일:
|
||||
|
||||
`jadx --output-dir {{경로/대상/폴더}} {{경로/대상/파일}}`
|
Reference in New Issue
Block a user