Automic VaultAutomic Vault

brew

使用 Homebrew, apk, apt, dnf, Nix, pacman 安装 zydis

查看 zydis 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install zydis

local Homebrew formula metadata

Linux

Alpine Linux apk已验证 · 92%
sudo apk add zydis

Alpine Linux edge package indexes · zydis · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install libzydis-dev

Debian stable package indexes · libzydis-dev · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install zydis

Fedora Rawhide package metadata · zydis · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#zydis

nixpkgs package indexes · pkgs/by-name/zy/zydis/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S zydis

Arch Linux sync databases · zydis · 来源: geo.mirror.pkgbuild.com

概览

软件包摘要

Fast and lightweight x86/x86_64 disassembler library

命令和别名

  • ZydisDisasm
  • ZydisInfo

历史

项目历史与用法

Zydis is Zyantific's compact x86 and x86-64 decoder, disassembler, formatter, and code-generation library. It is aimed at tooling that needs instruction-level detail without dragging in a large runtime or platform-specific dependency stack.

项目历史

The public GitHub repository was created on 2014-10-24, and Zyantific's own 2017 project post described Zydis v2 work as arriving three years after the library's initial release. Early Zydis was a C++11 x86 disassembler; the v2 cycle was a full rewrite that moved the public interface to C99 so it could be used from more languages, drivers, embedded environments, and other low-level contexts.

Zydis evolved from a decoder/disassembler into a broader instruction tooling library. The README now describes it as both a disassembler and code-generation library, while the 2022 v4 project post introduced code generation and rewriting support alongside API simplifications and operand-decoding changes.

The project has kept a package-friendly shape: a CMake build, an optional single-header/single-source amalgamated distribution, no third-party runtime dependency, official documentation, small CLI tools such as ZydisInfo and ZydisDisasm, and bindings or front ends for Rust, Python, and zasm.

采用历史

Zydis adoption is unusually visible for a low-level C library because the README names major open-source consumers including x64dbg, Mozilla Firefox, and WebKit. Those users point to its niche: reverse engineering, debugging, browser JavaScript engines, binary analysis, and code-rewriting tools that need accurate x86 instruction metadata.

Its packaging spread follows the same pattern. The README documents availability through multiple package ecosystems and highlights support for Windows, macOS, Linux, BSDs, UEFI, user mode, and kernel mode, making it attractive to package maintainers who want one small library that builds across uncommon targets.

使用方式

Developers use Zydis to decode byte buffers into instruction structures, format human-readable Intel or AT&T assembly, inspect operands and implicit register or flag effects, and, in newer APIs, encode or rewrite instructions. The bundled examples show direct disassembly and instruction encoding, while ZydisInfo is useful for inspecting the metadata Zydis exposes for a single instruction.

In package-manager terms, Zydis is usually consumed as headers, a library, and a couple of inspection utilities rather than as an end-user application. It sits underneath debuggers, disassemblers, binary instrumentation systems, emulator-adjacent tooling, and security research workflows.

为什么软件包爱好者会关心

Zydis matters to package nerds because it is a modern example of a highly specialized systems library that succeeds by being easy to vendor, package, and cross-compile. The no-libc/no-malloc posture and amalgamated release option explain why downstreams can embed it in places where ordinary libraries are too heavy.

It also shows how package visibility can come from downstream trust rather than a flashy command line. A small formula exposes a library that quietly supports reverse-engineering tools, browser engines, and low-level diagnostics across several operating systems.

时间线

  • 2014-10-24: Public GitHub repository for zyantific/zydis is created.
  • 2017-07-24: Zyantific announces the v2 alpha, describing a complete rewrite and the move from C++11 to C99.
  • 2022-11-20: Zyantific announces the v4 line with code generation, rewriting support, and API simplifications.
  • 2020s: The README documents adoption by x64dbg, Mozilla Firefox, WebKit, language bindings, zasm, and package-manager distribution across major desktop and Unix-like systems.

Related projects

  • Related projects include x64dbg, Mozilla Firefox's SpiderMonkey/JavaScript engine code, WebKit JavaScriptCore, Intel XED, LLVM instruction data, zasm, zydis-rs, zydis-py, Capstone, distorm, and other x86 reverse-engineering or binary-analysis tools.

安全态势

风险级别:绿色

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 个运行时依赖。
  • 构建元数据列出 2 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
ZydisDisasmcli全局可执行文件
ZydisInfocli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-08
管理器版本4.1.1
管理器更新时间
本地数据OK
上游当前
检测到的最新版本v4.1.1

https://github.com/zyantific/zydis

  • 信息No package-manager update timestamp was available.低 置信度

安装元数据

软件包元数据

软件包键brew:zydis
版本4.1.1
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/zydis
主页https://zydis.re
仓库https://github.com/zyantific/zydis
上游文档https://doc.zydis.re/
许可证MIT
源码归档https://github.com/zyantific/zydis/archive/refs/tags/v4.1.1.tar.gz
依赖zycore-c
构建依赖cmake, ronn-ng
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

libzydis-dev 4.1.1-1

fast and lightweight x86/x86-64 disassembler library - development

https://zydis.re

sudo apt install libzydis-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: zydis
  • 2 依赖
  • normalized package name match
  • 匹配方式:Zydis
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libzydis-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libzydis-doc 4.1.1-1

fast and lightweight x86/x86-64 disassembler library - documentation

https://zydis.re

sudo apt install libzydis-doc
  • Section: doc
  • Architecture: all
  • Source Package: zydis
  • normalized package name match
  • 匹配方式:Zydis
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libzydis-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libzydis4.1 4.1.1-1

fast and lightweight x86/x86-64 disassembler library

https://zydis.re

sudo apt install libzydis4.1
  • Section: libs
  • Architecture: amd64
  • Source Package: zydis
  • 1 依赖
  • normalized package name match
  • 匹配方式:Zydis
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libzydis4.1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

zydis-tools 4.1.1-1

fast and lightweight x86/x86-64 disassembler library - tools

https://zydis.re

sudo apt install zydis-tools
  • Section: devel
  • Architecture: amd64
  • Source Package: zydis
  • 3 依赖
  • normalized package name match
  • 匹配方式:Zydis
Debian stable package indexes · deb.debian.org · Debian stable package indexes: zydis-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

zydis

nix profile install nixpkgs#zydis
  • normalized package name match
  • 匹配方式:Zydis
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/zy/zydis/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libzydis-dev 4.0.0-2.1build2

fast and lightweight x86/x86-64 disassembler library - development

https://zydis.re

sudo apt install libzydis-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: zydis
  • 2 依赖
  • normalized package name match
  • 匹配方式:Zydis
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libzydis-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libzydis-doc 4.0.0-2.1build2

fast and lightweight x86/x86-64 disassembler library - documentation

https://zydis.re

sudo apt install libzydis-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: zydis
  • normalized package name match
  • 匹配方式:Zydis
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libzydis-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libzydis4.0t64 4.0.0-2.1build2

fast and lightweight x86/x86-64 disassembler library

https://zydis.re

sudo apt install libzydis4.0t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: zydis
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Zydis
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libzydis4.0t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

zydis-tools 4.0.0-2.1build2

fast and lightweight x86/x86-64 disassembler library - tools

https://zydis.re

sudo apt install zydis-tools
  • Section: universe/devel
  • Architecture: amd64
  • Source Package: zydis
  • 3 依赖
  • normalized package name match
  • 匹配方式:Zydis
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: zydis-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

zydis 4.1.0-r0

Fast and lightweight x86/x86-64 disassembler and code generation library

https://zydis.re

sudo apk add zydis
  • License: MIT
  • Architecture: x86_64
  • Source Package: zydis
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Zydis
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zydis from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

zydis-dev 4.1.0-r0

Fast and lightweight x86/x86-64 disassembler and code generation library (development files)

https://zydis.re

sudo apk add zydis-dev
  • License: MIT
  • Architecture: x86_64
  • Source Package: zydis
  • 1 依赖
  • normalized package name match
  • 匹配方式:Zydis
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zydis-dev from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

zydis-doc 4.1.0-r0

Fast and lightweight x86/x86-64 disassembler and code generation library (documentation)

https://zydis.re

sudo apk add zydis-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: zydis
  • normalized package name match
  • 匹配方式:Zydis
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: zydis-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
dnf95%

zydis 5.0.0-3.20250928git5091440.fc44

Fast and lightweight x86/x86-64 disassembler and code generation library

https://github.com/zyantific/zydis

sudo dnf install zydis
  • License: MIT
  • Category: Unspecified
  • Architecture: i686
  • Source Package: zydis
  • 2 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Zydis
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: zydis from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

zydis-devel 5.0.0-3.20250928git5091440.fc44

Development libraries and header files for zydis

https://github.com/zyantific/zydis

sudo dnf install zydis-devel
  • License: MIT
  • Category: Unspecified
  • Architecture: i686
  • Source Package: zydis
  • 4 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Zydis
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: zydis-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

zydis-doc 5.0.0-3.20250928git5091440.fc44

Documentation for zydis

https://github.com/zyantific/zydis

sudo dnf install zydis-doc
  • License: MIT
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: zydis
  • 1 提供
  • normalized package name match
  • 匹配方式:Zydis
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: zydis-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

zydis-tools 5.0.0-3.20250928git5091440.fc44

Tools for zydis

https://github.com/zyantific/zydis

sudo dnf install zydis-tools
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: zydis
  • 5 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Zydis
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: zydis-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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