.\" Automatically generated by Pandoc 1.17.2 .\" .TH "DEXDUMP" "1" "7.0.0_r1" "android\-platform\-dalvik" "dexdump Manuals" .hy .SH NAME .PP dexdump \- Display information about Android .dex files .SH SYNOPSIS .PP \f[B]dexdump\f[] [\-c] [\-d] [\-f] [\-h] [\-i] [\-l \f[I]layout\f[]] [\-m] [\-t \f[I]tempfile\f[]] \f[I]dexfile\f[]... .SH DESCRIPTION .PP \f[B]dexdump\f[] is intended to mimic \f[B]objdump\f[]. When possible, use similar command\-line arguments. .SH OPTIONS .TP .B \-c Verify checksum and exit. .RS .RE .TP .B \-d Disassemble code sections. .RS .RE .TP .B \-f Display summary information from file header. .RS .RE .TP .B \-h Display file header details. .RS .RE .TP .B \-i Ignore checksum failures. .RS .RE .TP .B \-l Output layout, either \f[B]plain\f[] or \f[B]xml\f[]. .RS .RE .TP .B \-m Dump register maps (and nothing else). .RS .RE .TP .B \-t Temp file name (defaults to \f[B]/sdcard/dex\-temp\-*\f[]). .RS .RE .SH AUTHORS The Android Open Source Project.