awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
capstone-engine avatar

capstone-engine/capstone

0
View on GitHub↗

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.

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI
www.capstone-engine.org
↗

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.
8,858 星标·1,693 分支·C·5 次浏览

Star 历史

capstone-engine/capstone 的 Star 历史图表capstone-engine/capstone 的 Star 历史图表

包含 Capstone 的精选搜索

收录 Capstone 的精选合集。
  • 二进制反汇编与逆向工程工具

常见问题解答

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.

capstone-engine/capstone 的主要功能有哪些?

capstone-engine/capstone 的主要功能包括:Binary Disassembly, Disassembler Frameworks, Multi-Architecture Engines, Compiled Code Analysis, Binary Analysis Tools, Resilient Disassembly, Stream Resynchronization, Cross-Architecture Binary Analysis。

capstone-engine/capstone 有哪些开源替代品?

capstone-engine/capstone 的开源替代品包括: 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…

Capstone 的开源替代方案

相似的开源项目,按与 Capstone 的功能重合度排序。
  • aquynh/capstoneaquynh 的头像

    aquynh/capstone

    8,839在 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
    在 GitHub 上查看↗8,839
  • radare/radare2radare 的头像

    radare/radare2

    24,129在 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
    在 GitHub 上查看↗24,129
  • zyantific/zydiszyantific 的头像

    zyantific/zydis

    4,265在 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
    在 GitHub 上查看↗4,265
  • jonathansalwan/ropgadgetJonathanSalwan 的头像

    JonathanSalwan/ROPgadget

    4,440在 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
    在 GitHub 上查看↗4,440
查看 Capstone 的所有 30 个替代方案→