Skip to content

Commit c73b2e6

Browse files
authored
Update README.md
1 parent 35c3b81 commit c73b2e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tool/libd_v_0.0.1/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
README
22
------
33
###LibD Version 0.0.1
4-
This system is stand-alone version of LibD. As full version of LibD is running on Openstack platform with concurrency scheduler and DataBase(MySQL) manager, we eliminate these modules for a stand-alone version.
4+
This system is stand-alone version of LibD. As full version of LibD is running on Openstack platform with concurrency scheduler and DataBase(MySQL) storage, we eliminate these modules for a stand-alone version.
55
For a given Android Application, this version computes the potential library instances and their corresponding features as the output. You can pick out potential libraries by manually comparing LibD's output with library lists in /liblist dir.
66

77
###Pre-install
@@ -23,4 +23,4 @@ $ python libd_v_xxx.py _path/to/APK/file_ _path/to/decompilation/output/dir_ _li
2323

2424
(1)The first parameter is the path to your targeted apk file as the input.
2525
(2)The second parameter is a directory which contains the decompiled files by Apktool and Androgaurd.
26-
(3)The third parameter is a user-defined file which includes all potential library instances and their corresponding features, as the analysis result of LibD.
26+
(3)The third parameter is a user-defined file which includes all potential library instances and their corresponding features, as the analysis result of LibD.

0 commit comments

Comments
 (0)