awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
capstone-engine avatar

capstone-engine/capstone

0
View on GitHub↗
8,858 estrellas·1,693 forks·C·5 vistaswww.capstone-engine.org↗

Capstone

Capstone is a multi-architecture disassembly framework and binary analysis engine. It translates raw machine code from various CPU architectures, such as x86, ARM, and RISC-V, into human-readable assembly instructions.

The engine distinguishes itself by providing instruction semantic decomposition, which lists implicit registers read and written, and the ability to customize instruction mnemonics to meet specific technical analysis standards. It also features resilient stream disassembly, allowing the process to resynchronize and continue after encountering invalid instructions or embedded data.

The framework covers a broad range of binary analysis capabilities, including detailed operand extraction and multi-architecture machine code conversion. To support constrained environments, it allows for the pruning of unused architecture definitions to reduce the final binary memory footprint.

Features

  • Binary Disassembly - Translates raw binary data into readable assembly instructions to analyze program functionality at the lowest level.
  • Disassembler Frameworks - Provides a comprehensive framework for translating raw binary machine code from multiple CPU architectures into human-readable assembly.
  • Multi-Architecture Engines - Supports a wide range of processor architectures in a single framework for analyzing different hardware binaries.
  • Compiled Code Analysis - Translates raw machine code from various hardware architectures into readable assembly to understand program functions.
  • Binary Analysis Tools - Decomposes machine instructions into granular semantics and extracts detailed operand and register access information.
  • Resilient Disassembly - Continues processing binary data after skipping invalid instructions or embedded data to recover subsequent code blocks.
  • Stream Resynchronization - Allows the disassembly engine to resume processing a binary stream after encountering invalid instructions or embedded data.
  • Cross-Architecture Binary Analysis - Transforms binary machine code from various hardware architectures into human-readable assembly instructions.
  • Instruction Semantic Extraction - Decomposes instructions into granular semantics and lists implicit registers read and written for deep analysis.
  • Machine Code Converters - Transforms binary data from various CPU architectures including x86, ARM, and RISC-V into assembly.
  • Operand Decompositions - Analyzes machine code fields to determine specific memory addresses or registers targeted by instructions.
  • Binary and Reverse Engineering - Facilitates reverse engineering by decomposing instructions into granular semantics and extracting operand details.
  • Firmware Analysis Tools - Processes binary streams containing mixed data and invalid instructions to recover code from firmware dumps.
  • Mnemonic Mappings - Implements dynamic mapping of internal opcode identifiers to customizable human-readable assembly strings.
  • Mnemonic Customization - Allows the modification of assembly instruction names to match specific technical requirements or analysis standards.
  • Hardware Dispatchers - Maps raw binary streams to specific hardware instruction decoders based on the selected target.
  • Architecture Pruning - Provides a mechanism to exclude unused architecture definitions to reduce the engine's memory footprint.
  • Binary Footprint Optimizers - Supports the removal of unused architectures and non-critical data to reduce the memory footprint.

Historial de estrellas

Gráfico del historial de estrellas de capstone-engine/capstoneGráfico del historial de estrellas de capstone-engine/capstone

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Capstone

Colecciones seleccionadas manualmente donde aparece Capstone.
  • Desensamblado binario e ingeniería inversa

Alternativas open-source a Capstone

Proyectos open-source similares, clasificados según cuántas características comparten con Capstone.
  • aquynh/capstoneAvatar de aquynh

    aquynh/capstone

    8,839Ver en GitHub↗

    Capstone is a multi-architecture disassembly framework and binary translation system. It converts binary machine code into human-readable assembly instructions for a wide variety of hardware instruction set architectures and virtual machines. The framework supports a diverse range of targets, including x86, ARM, RISC-V, and MIPS, as well as virtual machine environments like WebAssembly and the Ethereum Virtual Machine. It functions as an instruction analysis tool capable of extracting granular decomposition data and semantic information from disassembled code. The engine is designed for low-

    C
    Ver en GitHub↗8,839
  • radare/radare2Avatar de radare

    radare/radare2

    24,129Ver en GitHub↗

    radare2 is a reverse engineering framework and binary analysis toolset. It functions as a multi-architecture disassembler, low-level binary debugger, and hexadecimal editor for inspecting executable structures and interpreting machine code when original source files are unavailable. The framework provides capabilities for decompiling machine instructions, performing symbolic analysis, and diffing binary files to identify structural changes across versions. It also includes a digital forensic analyzer and disk analyzer for browsing filesystem formats in userland. The toolset supports binary p

    C
    Ver en GitHub↗24,129
  • zyantific/zydisAvatar de zyantific

    zyantific/zydis

    4,265Ver en GitHub↗

    Zydis is an x86 and x86-64 binary analysis library that provides a framework for decoding machine code and inspecting the technical attributes of processor instructions. It functions as an instruction disassembler that translates binary data into structured instruction metadata and human-readable assembly. The project includes a machine code encoder for converting assembly instructions and operands back into their binary representations. It also provides an assembly syntax formatter to transform decoded instruction structures into assembly text strings using configurable syntax styles. The l

    Camdccodegen
    Ver en GitHub↗4,265
  • jonathansalwan/ropgadgetAvatar de JonathanSalwan

    JonathanSalwan/ROPgadget

    4,440Ver en GitHub↗

    ROPgadget is a binary analysis tool and multi-architecture disassembler designed to locate instructional sequences used for return-oriented programming. It functions as an exploit development framework that identifies gadgets within binaries to facilitate the creation of memory corruption exploits. The tool supports cross-architecture binary auditing, processing machine code from x86, ARM, MIPS, and RISC-V. It provides a unified interface for analyzing diverse executable file formats, including ELF, PE, and Mach-O. Its capabilities cover binary vulnerability analysis and exploit payload deve

    Python
    Ver en GitHub↗4,440
Ver las 30 alternativas a Capstone→

Preguntas frecuentes

¿Qué hace capstone-engine/capstone?

Capstone is a multi-architecture disassembly framework and binary analysis engine. It translates raw machine code from various CPU architectures, such as x86, ARM, and RISC-V, into human-readable assembly instructions.

¿Cuáles son las características principales de capstone-engine/capstone?

Las características principales de capstone-engine/capstone son: Binary Disassembly, Disassembler Frameworks, Multi-Architecture Engines, Compiled Code Analysis, Binary Analysis Tools, Resilient Disassembly, Stream Resynchronization, Cross-Architecture Binary Analysis.

¿Qué alternativas de código abierto existen para capstone-engine/capstone?

Las alternativas de código abierto para capstone-engine/capstone incluyen: aquynh/capstone — Capstone is a multi-architecture disassembly framework and binary translation system. It converts binary machine code… radare/radare2 — radare2 is a reverse engineering framework and binary analysis toolset. It functions as a multi-architecture… zyantific/zydis — Zydis is an x86 and x86-64 binary analysis library that provides a framework for decoding machine code and inspecting… jonathansalwan/ropgadget — ROPgadget is a binary analysis tool and multi-architecture disassembler designed to locate instructional sequences… radareorg/radare2 — Radare2 is a comprehensive framework for reverse engineering and analyzing compiled software. It provides a… lief-project/lief — LIEF is a framework for parsing, modifying, and analyzing executable binary formats and system shared caches across…