Categories: Kali Linux

Dex2jar – Tools To Work With Android .dex & Java .class Files

Dex2jar is a tool to work with android .dex and java .class files.

  • dex-reader/writer: Read/write the Dalvik Executable (.dex) file. It has a light weight API similar with ASM.
  • d2j-dex2jar: Convert .dex file to .class files (zipped as jar)
  • 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;”
  • other tools: d2j-decrypt-string

Also ReadMalwoverview – Tool To Perform An Initial & Quick Triage On A Directory Containing Malware Samples

Dex2jar Utilization

sh d2j-dex2jar.sh -f ~/path/to/apk_to_decompile.apk

And the output file will be apk_to_decompile-dex2jar.jar.

R K

Recent Posts

Mininterface : Simplifying GUI, TUI, CLI, And Config File Management

Mininterface is a powerful Python library designed to simplify the creation of user interfaces for…

18 hours ago

NFCGate : A Comprehensive NFC Traffic Analysis Tool

NFCGate is an innovative Android application designed for capturing, analyzing, and modifying NFC traffic. Developed…

18 hours ago

ShellOpsLog : A Lightweight Command Logger

ShellOpsLog is a versatile tool designed to capture and log all executed commands during various…

18 hours ago

Burp-Rxss-scan-TG : Enhancing XSS Scanning With Burp Suite Extensions

Burp Suite is a powerful tool for web application security testing, widely used by professionals…

18 hours ago

GPT Crawler : A Tool For Custom GPT Creation

The GPT Crawler is a powerful tool designed to crawl websites and generate knowledge files…

20 hours ago

CPUMicrocodes : A Gateway To Advanced CPU Microcode Management And Optimization

CPUMicrocodes is a comprehensive repository of microcodes for Intel, AMD, VIA, and Freescale CPUs. Microcode…

22 hours ago