pkumza / LibRadar

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

matching algorithm #39

Closed pkumza closed 7 years ago

pkumza commented 7 years ago

do not match com/bump with com/bumptech/glide again!

IzzySoft commented 7 years ago

In my "afterburner" (for libraries not recognized by V1) I use a regex for that, which matches the definition only if followed by a / (i.e. the match is a sub-path of the module) or "end of path" (i.e. "exact match").