
dexdump
List of commands for dexdump:
-
dexdump:tldr:06189 dexdump: Output results to a file.$ dexdump -o ${filename} ${filename-apk}try on your machineexplain this command
-
dexdump:tldr:75a6a dexdump: Display the dis-assembled output of executable sections.$ dexdump -d ${filename-apk}try on your machineexplain this command
-
dexdump:tldr:9a9f9 dexdump: Display header information of DEX files contained in an APK file.$ dexdump -f ${filename-apk}try on your machineexplain this command
-
dexdump:tldr:9fa1b dexdump: Extract classes and methods from an APK file.$ dexdump ${filename-apk}try on your machineexplain this command