apk_manifest_analyzer
Parse Android APK manifest to extract package info and security flags like exported components, debuggable, and allowBackup.
Instructions
Parses AndroidManifest.xml from an APK. Extracts package info, activities, services, receivers, intent filters, and highlights security-relevant flags like exported components, debuggable, and allowBackup.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apk_path | Yes | Absolute path to the APK file to analyze |