apk-info: another APK parser
⚙️ Tools2026-05-05, 09:46
apk-info is a CLI utility and Python library for static analysis of Android packages. Unlike common tools, it doesn't decompile smali but directly reads the binary AXML and ARSC formats.
Capabilities:
— extract the APK manifest, resources, and metadata
— parse the APK Signature Block 42 (signing schemes v1–v3.1, Stamp, Channel)
— detect non‑standard packing (Packer NG, Vasdolly)
— identify MainActivity using the same logic as Android itself
Available commands: show, extract, axml and Python API ( apk_info.APK , apk_info.Signature ).
Useful for Android app analysis, signature integrity verification, and investigating suspicious APKs.
💬 Discuss
Products
Published
2026-05-05, 09:46