pkumza / LibRadar

LibRadar - A detecting tool for 3rd-party libraries in Android apps.
Apache License 2.0
256 stars 51 forks source link

Redis integration #59

Closed A-AFTAHI closed 6 years ago

A-AFTAHI commented 6 years ago

i cloned LIbradar in my kali linux machine. then i installed redis 3.2.11 on my machine but still when i run libradar.py i got this error :

Traceback (most recent call last): File "libradar.py", line 25, in import dex_tree File "/root/LibRadar/LibRadar/dex_tree.py", line 27, in import redis ImportError: No module named redis

i wonder do i have to download the redis and put it inside the Liradar folder?or there is an other way to make it work ?

edit: i just add the redis inside Libradar/Libradar and still face the same issue. anyone help please?

A-AFTAHI commented 6 years ago

Dropbox link to LibRadarData.rdb is not working

pkumza commented 6 years ago

Answer 1:

pip install redis

Answer 2: Please try LiteRadar if it could meet your need.

pkumza commented 6 years ago

@A-AFTAHI I uploaded a new one, would you like to try Dropbox Link?