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

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

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

1 个仓库

Awesome GitHub RepositoriesMulti-Architecture CPU Emulation

Simulation of multiple different processor instruction sets using a unified mapping to an abstract representation.

Distinct from Abstract Machine Emulations: Candidates focus on specific direct mappings or abstract machine models, not the capability to simulate multiple real-world CPU architectures.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Multi-Architecture CPU Emulation. Refine with filters or upvote what's useful.

Awesome Multi-Architecture CPU Emulation GitHub Repositories

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

    JonathanSalwan/Triton

    4,202在 GitHub 上查看↗

    Triton is a dynamic binary analysis framework designed to automate reverse engineering. It functions as a multi-architecture CPU emulator, an SMT-based symbolic execution engine, and a dynamic taint analysis tool. The framework translates raw machine instructions into abstract syntax trees, allowing it to represent binary program logic as a structured intermediate representation. This allows the system to map multiple hardware instruction sets to a single analysis framework and translate machine instructions into mathematical formulas for solving constraints. Its capabilities cover the simul

    Maps instruction set semantics to an abstract syntax tree to simulate the execution of multiple hardware architectures.

    C++
    在 GitHub 上查看↗4,202
  1. Home
  2. Operating Systems & Systems Programming
  3. Multi-Architecture CPU Emulation