-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

dexdump


> Display information about Android DEX files.

More information.


Extract classes and methods from an APK file:

dexdump {path/to/file.apk}

Display header information of DEX files contained in an APK file:

dexdump -f {path/to/file.apk}

Display the dis-assembled output of executable sections:

dexdump -d {path/to/file.apk}

Output results to a file:

dexdump -o {path/to/file} {path/to/file.apk}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 06:59:30 2024