Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinstyk/androidapkanalyzer
Android application for analyzing installed apps
https://github.com/martinstyk/androidapkanalyzer
analyzer android-application androidmanifest apk master-thesis metadata-extraction
Last synced: 1 day ago
JSON representation
Android application for analyzing installed apps
- Host: GitHub
- URL: https://github.com/martinstyk/androidapkanalyzer
- Owner: MartinStyk
- License: gpl-3.0
- Created: 2017-06-14T15:09:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-01T19:59:48.000Z (8 months ago)
- Last Synced: 2024-06-01T21:38:13.467Z (8 months ago)
- Topics: analyzer, android-application, androidmanifest, apk, master-thesis, metadata-extraction
- Language: Kotlin
- Homepage:
- Size: 30.9 MB
- Stars: 246
- Watchers: 23
- Forks: 54
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ApkAnalyzer [![Release](https://github.com/MartinStyk/AndroidApkAnalyzer/actions/workflows/android-publish.yml/badge.svg)](https://github.com/MartinStyk/AndroidApkAnalyzer/actions/workflows/android-publish.yml) [![Continuous integration](https://github.com/MartinStyk/AndroidApkAnalyzer/actions/workflows/android.yml/badge.svg)](https://github.com/MartinStyk/AndroidApkAnalyzer/actions/workflows/android.yml)
![pic1](https://github.com/MartinStyk/AndroidApkAnalyzer/blob/21f5db2aeff997b2b5409b03bf2cfdf747a5a3bd/app/src/main/res/mipmap-xxhdpi/ic_launcher.png)**Detailed reports of the applications on your device. 📱**
Apk Analyzer is the *most downloaded apk analysis app* on Google Play. It provides detailed report of installed apps and also about not installed .apk files from your device storage. 📱
It's *open source* and completely *ad free*.**App report contains:**
* App naming and version data
* Target and minimal Android versions
* Install and update dates
* Certificate and app sign data
* Used permissions with description
* Activities with launch option
* Services, Broadcast Receivers and Content Providers
* Required and optional hardware features
* Full version of AndroidManifest.xml with save option
* And much more 😉Installed *apps can be saved to device storage and shared*. App icon can be saved as well! App decodes the main metadata file AndroidManifest and saves it as a readable xml to an external storage.
Apk Analyzer shows you an app report even before installing from APK file.
**Permissions**
* List all permissions requested by apps on your device
* Find out the most commonly used permissions and apps which request them
* List apps requesting permission and explore which apps has been given it.
* Explore the protection level**Statistics**
* Interested in statistics data of your app collection?
* Find out the distribution of Android versions among apps on your device or app signing used
* Find out the average number of activities, permissions, or distribution of Android and certificate versions.Application doesn't require rooted device.
Open source, licensed under GNU General Public License v3.