Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pkumza committed Feb 10, 2017
1 parent e2cb082 commit da969bf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LibRadar/__init__.py
Expand Up @@ -32,7 +32,7 @@
__summary__ = "A tool for Android library detection."
__uri__ = "https://github.com/pkumza/libradar"

__version__ = "2.0b6"
__version__ = "2.1.0"

__author__ = "Zachary Marv (马子昂)"
__email__ = "ma@zablog.me"
Expand Down
13 changes: 10 additions & 3 deletions docs/QuickStart.md
Expand Up @@ -28,6 +28,12 @@

1. Download code

* Github Release (Recommanded)
<br/>
Click [https://github.com/pkumza/LibRadar/releases](https://github.com/pkumza/LibRadar/releases)
<br/>
Download zip or tar.gz, then extract code from it.

- Github
```bash
$ git clone https://github.com/pkumza/LibRadar
Expand Down Expand Up @@ -60,7 +66,6 @@

```bash
$ python LibRadar/libradar.py /Users/marchon/Downloads/ArticleNews.apk
```

===== RESULT: ============
----
Expand Down Expand Up @@ -153,6 +158,8 @@ Similarity: 57/57

## How to develop LibRadar

#### For Professional use

1. Install LibRadar from [pypi](https://pypi.python.org/pypi/LibRadar) or download the code from [Github](http://github.com/pkumza/LibRadar).

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

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

4. Change the apk folder name and run AEDispatcher.py
4. Change the apk folder name and run job_dispatching.py

PS: Change variables in LRDSettings.py if you need.
PS: Change variables in _settings.py if you need.

0 comments on commit da969bf

Please sign in to comment.