mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 15:06:00 +02:00
dexdump : Add Korean Translation (#3666)
This commit is contained in:
parent
b7d9309885
commit
1e4c44ab18
1 changed files with 19 additions and 0 deletions
19
pages.ko/common/dexdump.md
Normal file
19
pages.ko/common/dexdump.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# dexdump
|
||||
|
||||
> 안드로이드 DEX 파일들에 대한 정보 출력.
|
||||
|
||||
- APK 파일으로부터 클래스들과 메서드들 추출:
|
||||
|
||||
`dexdump {{경로/파일명.apk}}`
|
||||
|
||||
- APK 파일에 포함된 DEX 파일들의 헤더 정보 출력:
|
||||
|
||||
`dexdump -f {{경로/파일명.apk}}`
|
||||
|
||||
- 실행가능한 섹션의 분해된 결과 출력:
|
||||
|
||||
`dexdump -d {{경로/파일명.apk}}`
|
||||
|
||||
- 파일로 결과 출력:
|
||||
|
||||
`dexdump -o {{경로/파일명}} {{경로/파일명.apk}}`
|
Loading…
Add table
Reference in a new issue