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

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

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

5 个仓库

Awesome GitHub RepositoriesState Reconstruction

Rebuilds active session states from database snapshots.

Distinct from Session State Management: Focuses on the reconstruction of state from snapshots rather than just the persistent storage of interaction flows.

Explore 5 awesome GitHub repositories matching data & databases · State Reconstruction. Refine with filters or upvote what's useful.

Awesome State Reconstruction GitHub Repositories

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

    mksglu/context-mode

    17,558在 GitHub 上查看↗

    This project provides a system for managing agent context and session memory, featuring an agent context compactor, an AI session memory manager, and a tool output sandbox. It functions as a middleware layer and server extension for the Model Context Protocol to optimize context windows and reduce token usage. The system optimizes agent performance by sandboxing tool outputs and externalizing large data sets, replacing raw I/O with pointers and concise summaries. It employs a persistent knowledge base that indexes session history and tool outputs for retrieval via full-text search, ensuring s

    Rebuilds active files and task history from database snapshots when event-based compaction hooks are unavailable.

    TypeScriptantigravityclaudeclaude-code
    在 GitHub 上查看↗17,558
  • volatilityfoundation/volatilityvolatilityfoundation 的头像

    volatilityfoundation/volatility

    7,971在 GitHub 上查看↗

    Volatility is a memory forensics framework and digital forensics tool designed to extract and analyze evidence from volatile computer memory dumps. It functions as a memory dump parser and analysis platform used to identify running processes, network connections, and loaded modules from a system RAM capture. The framework enables the reconstruction of system state to uncover malicious activity, such as rootkits and injected code, during malware incident response and threat hunting. It provides capabilities for digital forensic investigations to detect unauthorized access and indicators of com

    Reconstructs a snapshot of the machine's system state at the time a memory image was captured.

    Pythonmalwarememorypython
    在 GitHub 上查看↗7,971
  • mystenlabs/suiMystenLabs 的头像

    MystenLabs/sui

    7,612在 GitHub 上查看↗

    Sui is a blockchain platform featuring an object-centric state model and resource-oriented smart contracts. It utilizes parallel transaction execution to increase network throughput and supports programmable transaction blocks that bundle multiple operations into single atomic units. The platform distinguishes itself with a capability-based access control system and zero-knowledge login mechanisms, enabling users to authenticate via identity providers without seed phrases. It also implements deterministic object addressing to allow predictable state lookups and supports the creation of soulbo

    Executes a sequence of verified transactions to ensure the local state matches validator results.

    Rustblockchaindistributed-ledger-technologymove
    在 GitHub 上查看↗7,612
  • collectiveidea/auditedcollectiveidea 的头像

    collectiveidea/audited

    3,491在 GitHub 上查看↗

    Audited is a Ruby on Rails audit log library and change data capture framework. It tracks model changes by recording previous and current attribute values during create, update, and destroy operations to maintain a complete history of database modifications. The system functions as a database versioning tool and user activity tracker. It allows for the retrieval of historical record states by timestamp or index, enables reverting models to previous versions, and associates record modifications with specific user identities and remote IP addresses. The library includes capabilities for sensit

    Rebuilds previous record versions by applying stored attribute changes in reverse chronological order.

    Rubyactiverecordauditaudit-log
    在 GitHub 上查看↗3,491
  • hash3lizer/wifibroothash3liZer 的头像

    hash3liZer/WiFiBroot

    1,097在 GitHub 上查看↗

    WiFiBroot 是一款专为无线网络安全审计和渗透测试设计的命令行实用程序。它专注于通过捕获身份验证握手并测试接入点和连接客户端的弹性,来评估 WPA 和 WPA2 网络安全。 该工具结合了一个去身份验证(deauthentication)攻击框架,强制客户端断开连接以促进握手数据的拦截。它利用状态重构从碎片化的无线流量中组装完整的加密交换,然后用于离线凭证恢复。 该软件通过评估接入点如何处理强制断开连接和流量中断来支持网络压力测试。它利用并行计算将测试密码候选者的工作负载分配到多个处理核心,同时使用底层数据包注入和捕获技术直接与无线介质交互。

    Assembles complete cryptographic exchanges from fragmented wireless data packets to facilitate security analysis.

    Pythonaircrackcrackdeauthentication-attack
    在 GitHub 上查看↗1,097
  1. Home
  2. Data & Databases
  3. Session State Management
  4. State Reconstruction

探索子标签

  • Authentication Handshake ReconstructorsAssembles complete cryptographic exchanges from fragmented wireless data packets to facilitate security analysis. **Distinct from State Reconstruction:** Distinct from State Reconstruction: focuses specifically on assembling multi-step authentication handshakes from network traffic rather than database state.
  • BlockchainRebuilding the network state by executing a sequence of verified transactions. **Distinct from State Reconstruction:** Focuses on network-wide state consistency via transaction replay, not just session snapshots.
  • OSRebuilding a snapshot of the full operating system state from a memory image. **Distinct from State Reconstruction:** Distinct from State Reconstruction: focuses on full OS system state from RAM captures rather than database session states.
  • RecordRebuilding the state of a database record by applying a sequence of historical changes. **Distinct from State Reconstruction:** Reconstructs specific database record versions rather than session states or in-memory snapshots.