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

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

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

4 个仓库

Awesome GitHub RepositoriesExecution State Recording

Recording and replaying of emulated system states for session review and rewinding.

Distinct from Session Recording: Records the internal state of an emulated machine for playback, not visual web session recordings.

Explore 4 awesome GitHub repositories matching operating systems & systems programming · Execution State Recording. Refine with filters or upvote what's useful.

Awesome Execution State Recording GitHub Repositories

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

    rr-debugger/rr

    10,553在 GitHub 上查看↗

    rr is a deterministic record and replay framework and reverse debugger for Linux processes. It provides a deterministic execution environment that captures program execution, allowing bugs and crashes to be reproduced exactly through replay. The tool enables reverse program execution, allowing a developer to move the program counter backward through recorded history to trace a bug from its effect back to its source. It utilizes a recording mechanism that ensures a process run can be replayed with identical memory and register states. The framework covers low-level software analysis and nativ

    Captures a process run into a recording for deterministic replay to reproduce bugs and crashes exactly.

    C++debuggergdblinux
    在 GitHub 上查看↗10,553
  • mamedev/mamemamedev 的头像

    mamedev/mame

    9,929在 GitHub 上查看↗

    MAME is a vintage hardware emulation platform designed to recreate the circuitry of arcade games, computers, and consoles to run original software on modern devices. It functions as a retro gaming preservation framework for managing, verifying, and archiving ROM sets and disk images to ensure long-term software accessibility. The project features a system debugging tool for inspecting emulated memory, CPU registers, and execution flow via breakpoints and disassembly. It also includes a Lua-based automation layer that exposes core system state and hardware controls for custom behavior and anal

    Records, plays back, and rewinds the system state to return to previous points in a session.

    C++
    在 GitHub 上查看↗9,929
  • openbmb/xagentOpenBMB 的头像

    OpenBMB/XAgent

    8,529在 GitHub 上查看↗

    XAgent is an autonomous agent system that decomposes complex goals into sequential subtasks for execution via a planner and actor model. It functions as a collaboration framework that integrates human-in-the-loop workflows, allowing users to provide real-time guidance and missing information during the automation process. The system features a containerized tool sandbox to isolate the execution of shells and browsers, ensuring system safety and consistency. It includes a state-based execution recorder that captures snapshots of agent runs to enable the exact reproduction of specific task sequ

    Captures system-level snapshots of agent runs to enable exact reproduction of task sequences.

    Python
    在 GitHub 上查看↗8,529
  • hugsy/gefhugsy 的头像

    hugsy/gef

    8,020在 GitHub 上查看↗

    GEF is a Python-based extension for GDB that serves as a framework for binary analysis, exploit development, and low-level debugging. It functions as a dynamic analysis extension designed to assist in reverse engineering workflows and malware analysis by enhancing the debugger's ability to inspect process state and memory. The project is distinguished by its specialized heap analysis tools, which allow for the inspection of glibc heap arenas, bins, and chunks to detect memory corruption. It also provides a dedicated toolkit for exploit development, including cyclic pattern generation for offs

    Records the program's execution flow to a file for subsequent call stack and control flow analysis.

    Pythonbinary-ninjactfdebugging
    在 GitHub 上查看↗8,020
  1. Home
  2. Operating Systems & Systems Programming
  3. Execution State Recording