apkInspector - Man Page

apkInspector is a tool to help examine APK files

Description

usage: apkInspector [-h] [-apk APK] [-f FILENAME] [-ll] [-lc] [-la] [-e] [-x]

[-xa] [-m] [-sm SPECIFY_MANIFEST] [-a] [-v]

apkInspector is a tool designed to provide detailed insights into the zip structure of APK files, offering the capability to extract content and decode the AndroidManifest.xml file.

options

-h,  --help

show this help message and exit

-apk APK

APK to inspect

-f,  --filename FILENAME

Filename to provide info for

-ll,  --list-local

List all files by name from local headers

-lc,  --list-central

List all files by name from central directory header

-la,  --list-all

List all files from both central directory and local headers

-e,  --export

Export to JSON. What you list from the other flags, will be exported

-x,  --extract

Attempt to extract the file specified by the -f flag

-xa,  --extract-all

Attempt to extract all files detected in the central directory header

-m,  --manifest

Extract and decode the AndroidManifest.xml

-sm,  --specify-manifest SPECIFY_MANIFEST

Pass an encoded AndroidManifest.xml file to be decoded

-a,  --analyze

Check an APK for static analysis evasion techniques

-v,  --version

Retrieves version information

Info

April 2025 apkInspector 1.3.2