mirror of https://github.com/CrimsonTome/tldr.git
dexdump: add more information link (#5142)
parent
2ef9352001
commit
b112894a97
|
@ -1,6 +1,7 @@
|
|||
# dexdump
|
||||
|
||||
> 안드로이드 DEX 파일들에 대한 정보 출력.
|
||||
> 더 많은 정보: <https://manpages.ubuntu.com/manpages/latest/en/man1/dexdump.1.html>.
|
||||
|
||||
- APK 파일으로부터 클래스들과 메서드들 추출:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# dexdump
|
||||
|
||||
> Display information about Android DEX files.
|
||||
> More information: <https://manpages.ubuntu.com/manpages/latest/en/man1/dexdump.1.html>.
|
||||
|
||||
- Extract classes and methods from an APK file:
|
||||
|
||||
|
|
Loading…
Reference in New Issue