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

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

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

1 个仓库

Awesome GitHub RepositoriesExecution State Forking

Managing divergent program execution paths by snapshotting and navigating execution state forks.

Distinguishing note: None of the candidates describe binary execution state forking; they focus on git forks, AI generation, or Android process hooks.

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

Awesome Execution State Forking GitHub Repositories

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

    geohot/qira

    4,070在 GitHub 上查看↗

    Qira 是一个为 QEMU 模拟器设计的运行时分析工具和交互式二进制调试器。它作为一个二进制执行跟踪器,记录指令调用的完整时间线,并提供一个用于监视客户进程内内存操作的系统。 该项目通过跟踪指令级执行并将原始内存地址映射到用户定义的注释,实现了对编译二进制文件的分析。它包括用于管理执行分支的状态快照功能,允许导航不同的逻辑路径,并在记录的时间线上的任何单点检查 CPU 寄存器状态和系统调用参数。 该系统涵盖了广泛的动态程序分析和二进制逆向工程任务。这包括监视内存访问模式以识别修改特定数据的指令、在受控环境中分析恶意软件行为以及进行软件漏洞研究。

    Enables navigation of divergent logic paths via state-snapshotting and execution fork management.

    C
    在 GitHub 上查看↗4,070
  1. Home
  2. Operating Systems & Systems Programming
  3. Execution State Forking