Metadata-Version: 1.1
Name: LibRadar
Version: 2.0a3
Summary: LibRadar is an automatic tool for Android library detection.
Home-page: http://radar.pkuos.org/
Author: Zachary Marv
Author-email: maziang@pku.edu.cn
License: BSD
Description: LibRadar
        ===================
        
        LibRadar is an automatic tool for Android library detection.
        
        
        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.
        
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 :: BSD License
