Automic VaultAutomic Vault

brew

udis86 を Homebrew, dnf, MacPorts, Nix, apt でインストール

udis86 のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install udis86

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install udis86

MacPorts ports tree · devel/udis86/Portfile · ソース: api.github.com

Linux

Fedora dnf確認済み · 92%
sudo dnf install udis86

Fedora Rawhide package metadata · udis86 · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#udis86

nixpkgs package indexes · pkgs/by-name/ud/udis86/package.nix · ソース: api.github.com

Debian apt確認済み · 92%
sudo apt install udcli

Debian stable package indexes · udcli · ソース: deb.debian.org

概要

パッケージ概要

Minimalistic disassembler library for x86

履歴

プロジェクトの歴史と使われ方

Udis86 is a disassembler library and command-line utility for x86 and x86-64 instruction streams. The project provides libudis86 for embedding and udcli for quick terminal disassembly.

プロジェクトの歴史

The SourceForge project describes Udis86 as an easy-to-use minimalistic disassembler library intended to aid software projects that perform binary code analysis. Its GitHub repository was created in March 2012 and is the official source-control home referenced by package metadata.

The README describes a C library that decodes raw binary data and exposes disassembled instructions through a structured API. It also documents support for Intel and AT&T assembly syntax, file, memory-buffer, and callback input, re-entrant operation, and no dynamic memory allocation.

採用の歴史

Udis86 was adopted as both a library dependency and a small CLI utility. The CHANGES file acknowledges contributors from reverse-engineering and tooling communities, including radare, and the input package metadata shows packaging in Homebrew, Debian, Fedora, MacPorts, and Nix.

使われ方

Library users embed libudis86 to decode x86 or x86-64 machine code in binary-analysis tools. CLI users pipe bytes or files through udcli for fast inspection, selecting bitness and output syntax from the terminal.

パッケージ好きにとっての重要性

For package nerds, Udis86 is a compact C disassembly dependency with a useful single executable. It sits in the reverse-engineering corner of package collections: small enough to install casually, but important when a build, debugger, or binary-analysis tool wants a stable x86 decoder.

タイムライン

  • 2012: Official GitHub repository created.
  • 2013: v1.7 tag created.
  • 2013: v1.7.2 tag created with input handling cleanup, API fixes, and documentation refinements.
  • Current packaging: source_facts lists Homebrew, Debian, Fedora, MacPorts, and Nix packages.

Related projects

  • The CHANGES file acknowledges radare among contributors for v1.7.2-era work.
  • Udis86 occupies the same broad binary-analysis niche as other disassemblers, but the official sources document this project specifically through libudis86 and udcli.

セキュリティ状態

リスクレベル: グリーン

library-like package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • library-like package without higher-risk signals

信号

  • metadata:library-like

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
udclicliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-08
マネージャ版1.7.2
マネージャ更新日2026-06-19
ローカルデータOK
上流not checked
検出された最新未検出

https://sourceforge.net/projects/udis86/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:udis86
バージョン1.7.2
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/udis86
ホームページhttps://sourceforge.net/projects/udis86/
リポジトリhttps://github.com/vmt/udis86
上流ドキュメントhttp://udis86.sourceforge.net/
ライセンスBSD-2-Clause
ソースアーカイブhttps://downloads.sourceforge.net/project/udis86/udis86/1.7/udis86-1.7.2.tar.gz
最終更新2026-06-19T12:33:03-07:00
Pulseupdated
ビルド依存関係python@3.14
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameudis86
Version Scheme0
Revision1
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

udis86

nix profile install nixpkgs#udis86
  • normalized package name match
  • 一致条件: Udis86
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ud/udis86/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
dnf95%

udis86 1.7.2-30.56ff6c8.fc44

A disassembler library for x86 and x86-64

https://github.com/vmt/udis86

sudo dnf install udis86
  • License: BSD-2-Clause
  • Category: Unspecified
  • Architecture: i686
  • Source Package: udis86
  • 2 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Udis86
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: udis86 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

udis86-devel 1.7.2-30.56ff6c8.fc44

Development files for udis86

https://github.com/vmt/udis86

sudo dnf install udis86-devel
  • License: BSD-2-Clause
  • Category: Unspecified
  • Architecture: i686
  • Source Package: udis86
  • 2 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Udis86
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: udis86-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
MacPorts95%

udis86

sudo port install udis86
  • normalized package name match
  • 一致条件: Udis86
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/udis86/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Debian apt92%

udcli 0+20221013-1.1

Disassembler for x86 and x86-64 class ISA (cli)

https://github.com/canihavesomecoffee/udis86

sudo apt install udcli
  • Section: misc
  • Architecture: amd64
  • Source Package: libudis86
  • 2 依存関係
  • installed executable or alias match
  • 一致条件: Udcli
Debian stable package indexes · deb.debian.org · Debian stable package indexes: udcli from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment