Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 832ed30

Browse files
committed
Update README.md
1 parent d40a173 commit 832ed30

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,7 @@ ClassyShark is a standalone tool for Android developers. It can reliably browse
1010
www.classyshark.com
1111

1212
## Command line
13-
1. Open APK `java -jar ClassyShark.jar -open <YOUR_APK.apk>`
14-
2. Export all generated data to a text file
15-
`java -jar ClassyShark.jar -dump <BINARY_FILE>`
16-
3. Export generated file from a specific class to a text file
17-
`java -jar ClassyShark.jar -dump <BINARY_FILE> <FULLY_QUALIFIED_CLASS_NAME>`
18-
4. Open ClassyShark and display a specific class in the GUI
19-
`java -jar ClassyShark.jar -open <BINARY_FILE> <FULLY_QUALIFIED_CLASS_NAME>`
20-
5. Inspect APK
21-
`java -jar ClassyShark.jar -inspect <YOUR_APK.apk>`
22-
6. Dump all strings (combined classes.dex string and method tables) from your APK
23-
`java -jar ClassyShark.jar -stringdump <YOUR_APK.apk>`
13+
[Command line reference] (https://github.com/google/android-classyshark/blob/master/CommandLine.pdf)
2414

2515
## Downloads
2616

0 commit comments

Comments
 (0)