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

Commit 3f56824

Browse files
authored
Update README.md
1 parent b23dc0c commit 3f56824

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Follow the shark on twitter [@ItsClassyshark](https://twitter.com/ItsClassyshark
99
ClassyShark is a standalone binary inspection tool for Android developers. It can reliably browse any Android executable and show important info such as class interfaces and members, dex counts and dependencies. ClassyShark supports multiple formats including libraries (.dex, .aar, .so), executables (.apk, .jar, .class) and all Android binary XMLs: AndroidManifest, resources, layouts etc.
1010

1111
### Useful links
12-
* [User guide] (https://github.com/borisf/classyshark-user-guide)
13-
* [Command-line reference] (https://github.com/google/android-classyshark/blob/master/CommandLine.pdf)
12+
* [User guide](https://github.com/borisf/classyshark-user-guide)
13+
* [Command-line reference](https://github.com/google/android-classyshark/blob/master/CommandLine.pdf)
1414
* Gradle [sample](https://github.com/google/android-classyshark/tree/master/Samples/SampleGradle)
1515
* [Vision and Strategy](https://docs.google.com/document/d/1sK_WNzHn_6Q1V_dohxrtk1tlsPXsi9cEVnIuYuVig0M/edit?usp=sharing)
1616

@@ -19,7 +19,7 @@ To run, grab the [latest JAR](https://github.com/google/android-classyshark/rele
1919
and run `java -jar ClassyShark.jar`.
2020

2121
### Export data in text format
22-
* [Exporter] (https://medium.com/@BorisFarber/exporting-data-from-classyshark-e3cf3fe3fab8#.deec4nyjq)
22+
* [Exporter](https://medium.com/@BorisFarber/exporting-data-from-classyshark-e3cf3fe3fab8#.deec4nyjq)
2323
* API finder :construction: work in progress
2424

2525
### Develop

0 commit comments

Comments
 (0)