awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • mksglu/context-modeAvatar mksglu

    mksglu/context-mode

    17,558Vezi pe 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
    Vezi pe GitHub↗17,558
  • volatilityfoundation/volatilityAvatar volatilityfoundation

    volatilityfoundation/volatility

    7,971Vezi pe 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
    Vezi pe GitHub↗7,971
  • mystenlabs/suiAvatar MystenLabs

    MystenLabs/sui

    7,612Vezi pe 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
    Vezi pe GitHub↗7,612
  • collectiveidea/auditedAvatar collectiveidea

    collectiveidea/audited

    3,491Vezi pe 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
    Vezi pe GitHub↗3,491
  • hash3lizer/wifibrootAvatar hash3liZer

    hash3liZer/WiFiBroot

    1,097Vezi pe GitHub↗

    WiFiBroot este un utilitar de linie de comandă conceput pentru auditul securității rețelelor wireless și testarea de penetrare. Se concentrează pe evaluarea securității rețelelor WPA și WPA2 prin capturarea handshake-urilor de autentificare și testarea rezilienței punctelor de acces și a clienților conectați. Instrumentul încorporează un framework de atac de tip deautentificare care forțează deconectarea clienților pentru a facilita interceptarea datelor de handshake. Utilizează reconstrucția cu stare (stateful reconstruction) pentru a asambla schimburi criptografice complete din traficul wireless fragmentat, care sunt apoi utilizate pentru recuperarea offline a credențialelor. Software-ul susține testarea de stres a rețelei prin evaluarea modului în care punctele de acces gestionează deconectările forțate și întreruperile de trafic. Utilizează calculul paralelizat pentru a distribui sarcina de testare a candidaților de parole pe mai multe nuclee de procesare, folosind în același timp tehnici de injectare și captură de pachete de nivel scăzut pentru a interacționa direct cu mediul wireless.

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

    Pythonaircrackcrackdeauthentication-attack
    Vezi pe GitHub↗1,097
  1. Home
  2. Data & Databases
  3. Session State Management
  4. State Reconstruction

Explorează sub-etichetele

  • 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.