Forrest logo
back to context overview

jadx

List of commands for jadx:

  • jadx:tldr:26dac jadx: Decompile a Dex file into a directory.
    $ jadx ${filename}
    try on your machine
    explain this command
  • jadx:tldr:6f67c jadx: Decompile a Dex file into a specific directory.
    $ jadx --output-dir ${path-to-directory} ${filename}
    try on your machine
    explain this command
back to context overview