This is the command dexdump that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
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.
Use dexdump online using onworks.net services