offensive-tools/rev/dex2jar/SKILL.md
Auth/lab ref: Android DEX-to-JAR conversion toolkit for feeding Java bytecode into desktop decompilers and analysis tools.
npx skillsauth add aeondave/malskill dex2jarInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Bridges Android DEX artifacts into traditional Java tooling.
Use dex2jar when you need to:
.dex or .apk input into .jar output for JVM tools.class files instead of Dalvik directly# Convert a DEX file
d2j-dex2jar.sh classes.dex
# Convert an APK directly
d2j-dex2jar.sh app.apk
# Windows launcher equivalent
d2j-dex2jar.bat app.apk
apktool, jadx, or androguard first for broad APK triage.jadx nearby; its direct APK/DEX support is often better for large manual review.classes*.dex files exist, convert each or start from the full APK.No bundled scripts/, references/, or assets/.
Use the upstream dex2jar project docs for exact launcher names and auxiliary conversion helpers.
development
Auth/lab ref: Unicorn Engine CPU-only emulation for shellcode, decryptors, custom VM handlers, instruction tracing, memory hooks, and register-level experiments.
development
Auth/lab ref: Renode board and SoC simulation for MCU/RTOS firmware, UART/GPIO/peripheral modeling, GDB remote debugging, REPL platforms, and RESC scripts.
development
Auth/lab ref: Qiling OS-layer binary emulation for PE/ELF/Mach-O/UEFI/shellcode with rootfs, syscall/API hooks, filesystem mapping, and runtime patching.
databases
Auth/lab ref: QEMU user-mode and full-system emulation for cross-arch binaries, firmware, kernels, disks, serial consoles, networking, and GDB stubs.