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,553GitHub पर देखें↗

    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,929GitHub पर देखें↗

    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,529GitHub पर देखें↗

    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,020GitHub पर देखें↗

    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