1 repository
Low-level analysis of the internal structure of Android application packages.
Distinct from Android Package Listings: Existing Android package candidates focus on creation (packaging) or listing, not deep forensic structural analysis.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Android Package Forensics. 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
Analyzes the internal structure of Android application packages to categorize known software components and dependencies.