macOS
brew install zydislocal Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de zydis pour les workflows d'agents IA.
installation
brew install zydislocal Homebrew formula metadata
sudo apk add zydisAlpine Linux edge package indexes · zydis · Source: dl-cdn.alpinelinux.org
sudo apt install libzydis-devDebian stable package indexes · libzydis-dev · Source: deb.debian.org
sudo dnf install zydisFedora Rawhide package metadata · zydis · Source: dl.fedoraproject.org
nix profile install nixpkgs#zydisnixpkgs package indexes · pkgs/by-name/zy/zydis/package.nix · Source: api.github.com
sudo pacman -S zydisArch Linux sync databases · zydis · Source: geo.mirror.pkgbuild.com
aperçu
Fast and lightweight x86/x86_64 disassembler library
historique
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.
posture de sécurité
library-like package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
ZydisDisasm | cli | exécutable global | |
ZydisInfo | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://github.com/zyantific/zydis
métadonnées d'installation
| Clé du paquet | brew:zydis |
|---|---|
| Version | 4.1.1 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/zydis |
| Page d'accueil | https://zydis.re |
| Dépôt | https://github.com/zyantific/zydis |
| Docs amont | https://doc.zydis.re/ |
| Licence | MIT |
| Archive source | https://github.com/zyantific/zydis/archive/refs/tags/v4.1.1.tar.gz |
| Dépendances | zycore-c |
| Dépendances de compilation | cmake, ronn-ng |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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-toolspiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.