Metadata-Version: 2.0
Name: libradar
Version: 2.0b4
Summary: A tool for Android library detection.
Home-page: https://github.com/pkumza/libradar
Author: Zachary Marv (马子昂)
Author-email: ma@zablog.me
License: Apache License, Version 2.0
Keywords: Android Third-party Library
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Security
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Requires: redis

LibRadar
===================

LibRadar is an automatic tool for third-party library (SDK) detection of Android apps.


Fast
-------------------

LibRadar takes just several seconds to scan an app and report the list of third-party libraries used in it.

Accurate
-------------------

LibRadar is trained with more than 1 million apps from Google Play, so it can identify virtually all popular libraries in any given Android app.

Anti-Obfuscation
-------------------

Many Android apps are obfuscated with tools such as ProGuard, which makes it difficult to recognize a library by its package names or class names.
LibRadar is obfuscation-resilient since we use features that cannot be obfuscated, such as statistics on Android APIs.


