zyantific/zydis

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

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 33 minutes ago
Added to GitGenius on September 15th, 2026
Created on October 24th, 2014
Open Issues & Pull Requests: 51 (+0)
GitHub issues: Enabled
Number of forks: 512
Total Stargazers: 4,371 (+0)
Total Subscribers: 113 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.6 hours
Mean response time: 69.3 days
90th percentile: 267.7 days
Tracked items: 49

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 12
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 587 days
Stale 30+ days: 12
Stale 90+ days: 7

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • A-decoder (15)
  • C-bug (11)
  • A-formatter (8)
  • C-bug-invalid (7)
  • C-question (7)
  • C-enhancement (5)
  • A-encoder (4)
  • P-low (4)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Zydis is a fast and lightweight x86/x86-64 disassembler and code generation library written in C.

The tool addresses the need for efficient instruction decoding and encoding in low-level systems work. It disassembles x86 and x86-64 machine code into human-readable instruction mnemonics and operands, and can generate machine code from instruction specifications. The library is designed to be minimal in dependencies and resource consumption, making it suitable for embedding in performance-sensitive applications where traditional disassemblers might be too heavy or slow.

Zydis suits projects that require precise instruction-level analysis of x86 binaries, such as debuggers, profilers, binary analysis tools, and security research applications. Its C implementation and focus on lightweight operation make it appropriate for systems programming contexts where language interoperability and minimal overhead matter. The project provides both disassembly and code generation capabilities, distinguishing it from tools focused on only one direction of translation.

Development activity shows consistent engagement with the codebase through regular commits addressing bug fixes and feature refinements. The project maintains responsiveness to reported issues and pull requests, indicating active stewardship. Documentation and examples are kept current alongside code changes, suggesting the maintainers prioritize usability for downstream consumers.