macOS
brew install zydislocal Homebrew formula metadata
安装
brew install zydislocal Homebrew formula metadata
sudo apk add zydisAlpine Linux edge package indexes · zydis · 来源: dl-cdn.alpinelinux.org
sudo apt install libzydis-devDebian stable package indexes · libzydis-dev · 来源: deb.debian.org
sudo dnf install zydisFedora Rawhide package metadata · zydis · 来源: dl.fedoraproject.org
nix profile install nixpkgs#zydisnixpkgs package indexes · pkgs/by-name/zy/zydis/package.nix · 来源: api.github.com
sudo pacman -S zydisArch Linux sync databases · zydis · 来源: geo.mirror.pkgbuild.com
概览
Fast and lightweight x86/x86_64 disassembler library
历史
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.
安全态势
library-like package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
ZydisDisasm | cli | 全局可执行文件 | |
ZydisInfo | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/zyantific/zydis
安装元数据
| 软件包键 | 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 Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | zydis |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
libzydis-dev 4.1.1-1
fast and lightweight x86/x86-64 disassembler library - development
sudo apt install libzydis-devlibzydis-doc 4.1.1-1
fast and lightweight x86/x86-64 disassembler library - documentation
sudo apt install libzydis-doclibzydis4.1 4.1.1-1
fast and lightweight x86/x86-64 disassembler library
sudo apt install libzydis4.1zydis-tools 4.1.1-1
fast and lightweight x86/x86-64 disassembler library - tools
sudo apt install zydis-toolszydis
nix profile install nixpkgs#zydislibzydis-dev 4.0.0-2.1build2
fast and lightweight x86/x86-64 disassembler library - development
sudo apt install libzydis-devlibzydis-doc 4.0.0-2.1build2
fast and lightweight x86/x86-64 disassembler library - documentation
sudo apt install libzydis-doclibzydis4.0t64 4.0.0-2.1build2
fast and lightweight x86/x86-64 disassembler library
sudo apt install libzydis4.0t64zydis-tools 4.0.0-2.1build2
fast and lightweight x86/x86-64 disassembler library - tools
sudo apt install zydis-toolszydis 4.1.0-r0
Fast and lightweight x86/x86-64 disassembler and code generation library
sudo apk add zydiszydis-dev 4.1.0-r0
Fast and lightweight x86/x86-64 disassembler and code generation library (development files)
sudo apk add zydis-devzydis-doc 4.1.0-r0
Fast and lightweight x86/x86-64 disassembler and code generation library (documentation)
sudo apk add zydis-doczydis 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 zydiszydis-devel 5.0.0-3.20250928git5091440.fc44
Development libraries and header files for zydis
https://github.com/zyantific/zydis
sudo dnf install zydis-develzydis-doc 5.0.0-3.20250928git5091440.fc44
Documentation for zydis
https://github.com/zyantific/zydis
sudo dnf install zydis-doczydis-tools 5.0.0-3.20250928git5091440.fc44
Tools for zydis
https://github.com/zyantific/zydis
sudo dnf install zydis-tools来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.