vmt/udis86
Disassembler Library for x86 and x86-64 observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5293
- days_rel: n/a
- days_push: 1212
- n_releases_24m: 0
Adoption not part of the score
1080 stars · 316 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Udis86 is a C library (libudis86) for disassembling x86 and x86-64 machine code, decoding raw binary streams into structured instructions with Intel or AT&T syntax output. It also ships udcli, a small command-line tool for quick disassembly from files, memory buffers, or stdin.
Use cases
- disassemble x86-64 machine code into assembly
- decode raw binary instruction streams in C
- analyze binary code for reverse engineering
- disassemble shellcode or memory buffers
- convert hex bytes to assembly from the command line
- build binary analysis or debugging tools
When to choose
- you need a lightweight, re-entrant C library for x86/x86-64 disassembly
- you want both Intel and AT&T syntax output
- you need no dynamic memory allocation and a documented API
- you want a quick CLI disassembler for hex dumps
When to avoid
- you need disassembly for non-x86 architectures like ARM or RISC-V
- you need actively maintained support for the newest AVX-512 or APX instruction extensions
- you want a higher-level analysis framework like a full decompiler
Facets
library · maturity maintenance
parser developer-tools reverse-engineering developer-tools security operating-systems windows cross-platform cli c disassembler x86 x86-64 binary-analysis reverse-engineering assembly libudis86 udcli linux macos
6 sources
- readme: https://github.com/vmt/udis86 · fetched 2026-08-28 · e44f542d0a3f
- homepage: http://udis86.sourceforge.net · fetched 2026-08-29 · 0366171f2cf7
- site_page: https://sourceforge.net/about · fetched 2026-08-29 · 47a5f3730d75
- site_page: https://sourceforge.net/p/forge/documentation/Docs%20Home · fetched 2026-08-29 · 3cca19403dfa
- site_page: https://sourceforge.net/about/project_awards · fetched 2026-08-29 · f5906d81e063
- site_page: https://sourceforge.net/about/leadership · fetched 2026-08-29 · bfffa8fdd816
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vmt/udis86 | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem