APK Inspector
Excavate an Android package layer by layer.
§01 — About
APK Inspector is a read-only excavation bench for Android packages. It opens an APK as strata — manifest, resources, DEX/Smali, native libraries and signing certificates — and catalogues every artifact with its depth and provenance. Endpoints buried in native code (position-dependent XOR, base64) are recovered with the transform that decodes them, permissions and JNI are mapped, and the signing chain is verified. The package is read as data and is never installed or run.
§02 — Features
6 included
- 01
Unpacks the APK as strata — manifest, resources, DEX/Smali, native libraries and certificates
- 02
Recovers endpoints hidden in native libraries (position-dependent XOR, base64) with the decoding transform and parameters
- 03
Excavation-strata overview: every artifact catalogued with a byte offset and provenance
- 04
Repackage and re-sign into a new file with a generated key — never forges the original signer
- 05
Read-only: the package is read as data, never installed or run, with no network request
- 06
YARA-style rules, diffing, signed auto-updates, light and dark themes, a command palette and a full accessibility pass
§03 — Built with