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

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

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

1 个仓库

Awesome GitHub RepositoriesAssembly Formatting

Translates decoded instruction structures into assembly text using mnemonic and operand lookup tables.

Distinct from Table-Driven Decoding: Focuses on the output formatting stage of decoding rather than the initial opcode-to-instruction mapping.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Assembly Formatting. Refine with filters or upvote what's useful.

Awesome Assembly Formatting GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • zyantific/zydiszyantific 的头像

    zyantific/zydis

    4,265在 GitHub 上查看↗

    Zydis 是一个 x86 和 x86-64 二进制分析库,提供了一个用于解码机器码和检查处理器指令技术属性的框架。它作为一个指令反汇编器,将二进制数据转换为结构化的指令元数据和人类可读的汇编代码。 该项目包括一个机器码编码器,用于将汇编指令和操作数转换回其二进制表示。它还提供了一个汇编语法格式化程序,使用可配置的语法样式将解码后的指令结构转换为汇编文本字符串。 该库涵盖了更广泛的二进制分析功能,包括机器码解码、汇编指令格式化以及详细指令元数据的提取。

    Translates decoded instruction structures into assembly text by looking up mnemonics and operand names in static tables.

    Camdccodegen
    在 GitHub 上查看↗4,265
  1. Home
  2. Operating Systems & Systems Programming
  3. Table-Driven Decoding
  4. Assembly Formatting