pkumza / LibRadar

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

job_dispatching.py does not update the Redis Database #65

Open MBus123 opened 5 years ago

MBus123 commented 5 years ago

I was trying to create my own redis database while investigating a set of apps. But apparently dex_extractor.py won't store anything. It looks like the catch_a_class() method from PackageNodeList is the problem. It stores data while iterating over the pn_list. But this cannot happen, since the pn_list is initialized as an empty list.

pkumza commented 5 years ago

please contact haoyuwang@bupt.edu.cn