Skip to content

Commit da969bf

Browse files
committed
2.1.0
1 parent e2cb082 commit da969bf

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

LibRadar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
__summary__ = "A tool for Android library detection."
3333
__uri__ = "https://github.com/pkumza/libradar"
3434

35-
__version__ = "2.0b6"
35+
__version__ = "2.1.0"
3636

3737
__author__ = "Zachary Marv (马子昂)"
3838
__email__ = "ma@zablog.me"

docs/QuickStart.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828

2929
1. Download code
3030

31+
* Github Release (Recommanded)
32+
<br/>
33+
Click [https://github.com/pkumza/LibRadar/releases](https://github.com/pkumza/LibRadar/releases)
34+
<br/>
35+
Download zip or tar.gz, then extract code from it.
36+
3137
- Github
3238
```bash
3339
$ git clone https://github.com/pkumza/LibRadar
@@ -60,7 +66,6 @@
6066

6167
```bash
6268
$ python LibRadar/libradar.py /Users/marchon/Downloads/ArticleNews.apk
63-
```
6469

6570
===== RESULT: ============
6671
----
@@ -153,6 +158,8 @@ Similarity: 57/57
153158

154159
## How to develop LibRadar
155160

161+
#### For Professional use
162+
156163
1. Install LibRadar from [pypi](https://pypi.python.org/pypi/LibRadar) or download the code from [Github](http://github.com/pkumza/LibRadar).
157164

158165
2. Get some dependency.
@@ -162,6 +169,6 @@ Similarity: 57/57
162169

163170
3. Get android.jar from Android SDK and place them into $Project_HOME$/Data/RawData, Run APIDict.py
164171

165-
4. Change the apk folder name and run AEDispatcher.py
172+
4. Change the apk folder name and run job_dispatching.py
166173

167-
PS: Change variables in LRDSettings.py if you need.
174+
PS: Change variables in _settings.py if you need.

0 commit comments

Comments
 (0)