decode_manifest
Decode APK's AndroidManifest.xml into readable text and parsed activity, service, receiver, and provider lists. Falls back to apktool when androguard fails on binary-only manifests.
Instructions
Decode the APK's AndroidManifest.xml.
Returns the manifest as text (androguard's AXMLPrinter output) plus the parsed activity / service / receiver / provider / permission lists.
When the manifest is binary-only (some closed-source
protectors encrypt it) androguard fails — the analyst
falls back to apktool d directly. The MCP layer
surfaces the error in the response rather than silently
returning a half-decoded manifest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |