gdabah/distorm
Powerful Disassembler Library For x86/AMD64 observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
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: 4184
- days_rel: n/a
- days_push: 1058
- n_releases_24m: 0
Adoption not part of the score
1345 stars · 242 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
diStorm3 is a lightweight, fast disassembler library for x86/AMD64 machine code, licensed under BSD. It acts as a decomposer, returning binary structures describing instructions rather than static text, making it ideal for advanced binary code analysis.
Use cases
- disassemble x86 and x64 binary streams
- analyze malware or unknown binaries at the instruction level
- build reverse-engineering or debugging tools
- hook or instrument native code
- decode machine instructions into structured data programmatically
When to choose
- you need a fast, lightweight x86/AMD64 disassembler with a simple single API
- you want structured instruction decompositions instead of plain text output
- you need complete 64-bit support with proven performance
- you want Python bindings via pip
When to avoid
- you need disassembly for non-x86 architectures like ARM or RISC-V
- you need a full reverse-engineering suite with a GUI rather than a library
- you require an actively developed project with frequent updates
Facets
library · maturity maintenance
parser reverse-engineering security security reverse-engineering developer-tools cross-platform python c cpp disassembler x86 amd64 binary-analysis decomposer
1 source
- readme: https://github.com/gdabah/distorm · fetched 2026-08-28 · d08e2732e612
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gdabah/distorm | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem