macOS
brew install dex2jarlocal Homebrew formula metadata
sudo port install dex2jarMacPorts ports tree · java/dex2jar/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für dex2jar in AI-Agent-Workflows.
Installation
brew install dex2jarlocal Homebrew formula metadata
sudo port install dex2jarMacPorts ports tree · java/dex2jar/Portfile · Quelle: api.github.com
nix profile install nixpkgs#dex2jarnixpkgs package indexes · pkgs/by-name/de/dex2jar/package.nix · Quelle: api.github.com
choco install dex2jarChocolatey community package catalog · dex2jar · Quelle: community.chocolatey.org
Überblick
Tools to work with Android .dex and Java .class files
Verlauf
dex2jar is a command-line toolkit for working with Android Dalvik Executable files and Java class or jar files. Package users usually encounter it through d2j-dex2jar and the companion d2j-* utilities.
The official README describes dex2jar as tools for Android .dex and Java .class files and notes the project move to GitHub. It preserves links to older SourceForge, Bitbucket, and Google Code project homes, which reflects the common migration path of early Android reverse-engineering tools into GitHub-era maintenance.
The current repository organizes the project as multiple tools: dex-reader/writer, d2j-dex2jar, smali/baksmali-compatible assembly and disassembly, and additional utilities such as string decryption helpers.
dex2jar became a familiar package in Android reverse-engineering and security-analysis workflows because it bridged Android .dex bytecode and Java tooling. Even when users later inspect output with decompilers or bytecode tools, the package often provides the first conversion step from an APK or dex file to a jar-shaped artifact.
The README's example workflow builds the distribution, unpacks dex-tools, and runs d2j-dex2jar.sh against an APK path. The output is a jar file named after the input, such as apk_to_decompile-dex2jar.jar.
dex2jar is notable as a package because it installs a family of narrowly named command-line tools rather than a single binary. That makes it a classic reverse-engineering formula: many small entry points, stable scripts, and a README that doubles as the packaging-facing interface.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
d2j-apk-sign | cli | globales Executable | |
d2j-asm-verify | cli | globales Executable | |
d2j-baksmali | cli | globales Executable | |
d2j-class-version-switch | cli | globales Executable | |
d2j-decrypt-string | cli | globales Executable | |
d2j-dex-recompute-checksum | cli | globales Executable | |
d2j-dex-weaver | cli | globales Executable | |
d2j-dex2jar | cli | globales Executable | |
d2j-dex2smali | cli | globales Executable | |
d2j-jar-access | cli | globales Executable | |
d2j-jar-weaver | cli | globales Executable | |
d2j-jar2dex | cli | globales Executable | |
d2j-jar2jasmin | cli | globales Executable | |
d2j-jasmin2jar | cli | globales Executable | |
d2j-smali | cli | globales Executable | |
d2j-std-apk | cli | globales Executable | |
d2j_invoke | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/pxb1988/dex2jar
Installationsmetadaten
| Paketschlüssel | brew:dex2jar |
|---|---|
| Version | 2.4 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/dex2jar |
| Homepage | https://github.com/pxb1988/dex2jar |
| Repository | https://github.com/pxb1988/dex2jar |
| Upstream-Dokumentation | https://github.com/pxb1988/dex2jar#readme |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://github.com/pxb1988/dex2jar/releases/download/v2.4/dex-tools-v2.4.zip |
| Abhängigkeiten | openjdk |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | dex2jar |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
dex2jar
nix profile install nixpkgs#dex2jardex2jar
sudo port install dex2jardex2jar
choco install dex2jarQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.