WhaleHOUDINI

.. /dex2jar

Quick Usage

For this tool the run command is:

docker run -it --rm -v <local_dir>:<container_dir> secsi/dex2jar -f <container_dir>/<apk_to_decompile>.apk -o <container_dir>/output.jar

Categories

hardwarereversing

Description

Tools to work with android .dex and java .class files

  1. dex-reader/writer: Read/write the Dalvik Executable (.dex) file. It has a light weight API similar with ASM.
  2. d2j-dex2jar: Convert .dex file to .class files (zipped as jar)
  3. smali/baksmali: disassemble dex to smali files and assemble dex from smali files. different implementation to smali/baksmali, same syntax, but we support escape in type desc "Lcom/dex2jar\t\u1234;"
  4. other tools: d2j-decrypt-string

Official Documentation

Reference: https://github.com/pxb1988/dex2jar

SecSI LogoHOUDINI

© 2025 — Made with ❤️ bySecSI