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

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

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

2 个仓库

Awesome GitHub RepositoriesRetargetable Binary Frontends

Architecture modules that allow a single decompilation engine to support multiple CPU instruction sets.

Distinct from Frontend Architectures: None of the candidates cover binary frontend retargetability; they focus on web UI frontend architectures.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Retargetable Binary Frontends. Refine with filters or upvote what's useful.

Awesome Retargetable Binary Frontends GitHub Repositories

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

    avast/retdec

    8,556在 GitHub 上查看↗

    RetDec is a reverse engineering framework and static binary analysis tool. Its primary purpose is to function as an LLVM-based machine code decompiler that translates binary machine code from multiple architectures into high-level C source code. The system employs a multi-stage lifting pipeline to recover program logic, using an intermediate representation to apply optimizations before emitting source code. It distinguishes itself through the ability to identify compilers and packers, perform executable unpacking, and reconstruct class hierarchies and original program structures. The framewo

    Provides a retargetable architecture that decouples binary parsing from the decompilation engine to support multiple CPU instruction sets.

    C++
    在 GitHub 上查看↗8,556
  • avast-tl/retdecavast-tl 的头像

    avast-tl/retdec

    8,556在 GitHub 上查看↗

    Retdec is an LLVM-based machine code decompiler and static binary analysis tool designed for binary reverse engineering. It translates binary executable code into high-level representations to facilitate the reconstruction of program logic from compiled machine code. The system utilizes a retargetable frontend architecture and a multi-stage lifting pipeline to convert raw bytes into a common intermediate language. It differentiates custom program logic from known library code through signature-based identification and provides utilities for binary symbol demangling to restore human-readable n

    Provides a pluggable architecture to support various CPU architectures through a shared decompilation backend.

    C++
    在 GitHub 上查看↗8,556
  1. Home
  2. Operating Systems & Systems Programming
  3. Retargetable Binary Frontends