File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 2828
29291 . 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
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+
1561631 . Install LibRadar from [ pypi] ( https://pypi.python.org/pypi/LibRadar ) or download the code from [ Github] ( http://github.com/pkumza/LibRadar ) .
157164
1581652 . Get some dependency.
@@ -162,6 +169,6 @@ Similarity: 57/57
162169
1631703 . 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.
You can’t perform that action at this time.
0 commit comments