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

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

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

2 个仓库

Awesome GitHub RepositoriesGame Binary Analysis

The study of a game's internal behavior through binary reconstruction and source analysis.

Distinguishing note: Unlike binary patching or general forensics, this focuses on the holistic study of game logic through decompilation.

Explore 2 awesome GitHub repositories matching game development · Game Binary Analysis. Refine with filters or upvote what's useful.

  1. Home
  2. Game Development
  3. Game Binary Analysis

Awesome Game Binary Analysis GitHub Repositories

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

    zeldaret/oot

    5,423在 GitHub 上查看↗

    该项目是一个游戏反编译项目,由重构的 C 源代码库和用于二进制重构的系统组成。它提供了一个通过静态和动态分析创建的商业游戏标题的人类可读版本,以促进技术研究和修改。 该项目利用容器化构建环境来确保跨不同宿主操作系统的可复现编译和一致的工具链版本。它包括一个游戏二进制重构器,将原始机器码转换为源代码,以及一个将代码库编译为多个区域和平台特定二进制文件的系统。 该工具链涵盖了交叉编译流水线和构建变体管理,使用特定的 GCC 工具链来针对与宿主不同的硬件架构。其他功能包括元数据驱动的技术文档生成以及用于手动分析和调试的交互式容器 Shell。

    Enables the study of game structure and behavior via source code reconstruction and technical documentation.

    C
    在 GitHub 上查看↗5,423
  • pret/pokeredpret 的头像

    pret/pokered

    4,755在 GitHub 上查看↗

    Pokered is a comprehensive suite of tools for the disassembly, debugging, and compilation of Game Boy ROMs. It provides a full disassembly of original game binaries into human-readable assembly source code, alongside a dedicated assembly toolchain for compiling modifications back into playable ROM files. The project includes a specialized ROM debugger for monitoring internal game states and a patching tool used to generate binary patches for applying assembly-level changes. The framework covers a wide range of reverse engineering and modification capabilities, including the analysis of binar

    Enables a complete breakdown of binary instructions to analyze and modify internal game mechanics.

    Assembly
    在 GitHub 上查看↗4,755