macOS
brew install dex2jarlocal Homebrew formula metadata
sudo port install dex2jarMacPorts ports tree · java/dex2jar/Portfile · ソース: api.github.com
brew
dex2jar のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install dex2jarlocal Homebrew formula metadata
sudo port install dex2jarMacPorts ports tree · java/dex2jar/Portfile · ソース: api.github.com
nix profile install nixpkgs#dex2jarnixpkgs package indexes · pkgs/by-name/de/dex2jar/package.nix · ソース: api.github.com
choco install dex2jarChocolatey community package catalog · dex2jar · ソース: community.chocolatey.org
概要
Tools to work with Android .dex and Java .class files
履歴
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.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
d2j-apk-sign | cli | グローバル実行可能ファイル | |
d2j-asm-verify | cli | グローバル実行可能ファイル | |
d2j-baksmali | cli | グローバル実行可能ファイル | |
d2j-class-version-switch | cli | グローバル実行可能ファイル | |
d2j-decrypt-string | cli | グローバル実行可能ファイル | |
d2j-dex-recompute-checksum | cli | グローバル実行可能ファイル | |
d2j-dex-weaver | cli | グローバル実行可能ファイル | |
d2j-dex2jar | cli | グローバル実行可能ファイル | |
d2j-dex2smali | cli | グローバル実行可能ファイル | |
d2j-jar-access | cli | グローバル実行可能ファイル | |
d2j-jar-weaver | cli | グローバル実行可能ファイル | |
d2j-jar2dex | cli | グローバル実行可能ファイル | |
d2j-jar2jasmin | cli | グローバル実行可能ファイル | |
d2j-jasmin2jar | cli | グローバル実行可能ファイル | |
d2j-smali | cli | グローバル実行可能ファイル | |
d2j-std-apk | cli | グローバル実行可能ファイル | |
d2j_invoke | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/pxb1988/dex2jar
インストールメタデータ
| パッケージキー | brew:dex2jar |
|---|---|
| バージョン | 2.4 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/dex2jar |
| ホームページ | https://github.com/pxb1988/dex2jar |
| リポジトリ | https://github.com/pxb1988/dex2jar |
| 上流ドキュメント | https://github.com/pxb1988/dex2jar#readme |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/pxb1988/dex2jar/releases/download/v2.4/dex-tools-v2.4.zip |
| 依存関係 | openjdk |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
dex2jar
nix profile install nixpkgs#dex2jardex2jar
sudo port install dex2jardex2jar
choco install dex2jarソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.