1 repository
Classification of detected libraries into known software categories using rule sets.
Distinct from Rule Categorizations: None of the candidates relate to classifying third-party libraries within mobile applications.
Explore 1 awesome GitHub repository matching mobile development · Software Component Categorizations. Refine with filters or upvote what's useful.
LibChecker is an Android application library analyzer used to identify third-party libraries and classify software components within installed applications. It functions as a software component classifier and a native library ABI inspector to determine if an application is 32-bit or 64-bit. The tool utilizes a rules repository and a local database to match detected libraries against known software signatures. It employs regex-based pattern detection and rule-based matching to identify components, even when files have been renamed or obfuscated. The project provides capabilities for Android p
Matches detected libraries against a rules repository to identify and sort well-known software components.