Provided by: dexdump_6.0.1+r16-4_amd64 

NAME
dexdump - Display information about Android .dex files
SYNOPSIS
dexdump [-c] [-d] [-f] [-h] [-i] [-l layout] [-m] [-t tempfile] dexfile...
DESCRIPTION
dexdump is intended to mimic objdump. When possible, use similar command-line arguments.
OPTIONS
-c Verify checksum and exit.
-d Disassemble code sections.
-f Display summary information from file header.
-h Display file header details.
-i Ignore checksum failures.
-l Output layout, either plain or xml.
-m Dump register maps (and nothing else).
-t Temp file name (defaults to /sdcard/dex-temp-*).
AUTHORS
The Android Open Source Project.
android-platform-dalvik 6.0.1_r16 DEXDUMP(1)