macOS
brew install z80dasmlocal Homebrew formula metadata
brew
z80dasm のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install z80dasmlocal Homebrew formula metadata
sudo apt install z80dasmDebian stable package indexes · z80dasm · ソース: deb.debian.org
sudo dnf install z80dasmFedora Rawhide package metadata · z80dasm · ソース: dl.fedoraproject.org
概要
Disassembler for the Zilog Z80 microprocessor and compatibles
履歴
z80dasm is a Unix-style command-line disassembler for the Zilog Z80 family, aimed at turning ROM images and other raw machine-code binaries from 1980s microcomputers back into readable Z80 assembly.
The project descends from dz80 3.0, a Z80 disassembler by Jan Panteltje. z80dasm kept that core lineage but fixed bugs, added a more Unix-like command-line interface, and focused on output that could be assembled back into the original binary.
Tomaz Solc developed z80dasm in the context of the Galaksija ROM disassembly, which explains the tool's practical reverse-engineering bias: labels, symbol files, code/data block hints, and careful handling of undocumented, illegal, and partial Z80 opcodes matter more than a polished GUI.
The 1.1 series added stronger symbol handling, split code/data blocks, fixes for relative-branch wrapping, and many undocumented Z80 instructions. The 1.2.0 news entry adds support for Z180-specific instructions, keeping the tool useful for related Zilog-compatible targets.
z80dasm is a niche package, but it has the kind of adoption that matters for retrocomputing and preservation work: it is present in Debian-family package archives, Fedora, Homebrew, and other Unix packaging ecosystems, so ROM-analysis workflows can depend on a small reproducible CLI instead of a one-off local build.
Its adoption is tied less to volume and more to trust in reversible output. The README says compatibility with z80asm was thoroughly tested, and the manpage-oriented interface fits scripts that compare disassembly, reassembly, and original binary output.
Typical usage feeds z80dasm a binary or ROM dump, supplies an origin address, asks it to generate labels, and optionally provides symbol or block information so code and data are separated cleanly. The resulting assembly can be reassembled with tools such as z80asm, zasm, or the original Zilog assembler in compatible modes.
z80dasm is package-nerd significant because it is exactly the kind of tiny specialist tool that package managers preserve well: no external runtime library, a manpage-friendly CLI, and a focused job in old-machine archaeology.
It also shows why distribution packaging matters for preservation: the interesting artifact is often not the tool itself, but the old firmware, ROM, or operating system image that becomes easier to inspect when a reliable disassembler is one install command away.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
z80dasm | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://packages.debian.org/sid/z80dasm
インストールメタデータ
| パッケージキー | brew:z80dasm |
|---|---|
| バージョン | 1.2.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/z80dasm |
| ホームページ | https://packages.debian.org/sid/z80dasm |
| リポジトリ | https://www.tablix.org/~avian/git/z80dasm.git |
| 上流ドキュメント | https://sources.debian.org/src/z80dasm/1.1.6-1/README |
| ライセンス | GPL-2.0-or-later |
| ソースアーカイブ | https://geeklan.co.uk/files/z80dasm-1.2.0.tar.gz |
| Bottle | 利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | z80dasm |
| 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 パッケージリンクとは分けて表示されます。
z80dasm 1.1.6-1
disassembler for the Zilog Z80 microprocessor
https://www.tablix.org/~avian/blog/articles/z80dasm/
sudo apt install z80dasmz80dasm 1.1.6-1
disassembler for the Zilog Z80 microprocessor
https://www.tablix.org/~avian/blog/articles/z80dasm/
sudo apt install z80dasmz80dasm 1.1.3-24.fc44
Z80 Disassembler
http://www.tablix.org/~avian/blog/articles/z80dasm/
sudo dnf install z80dasmソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.