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
·

4 repository-uri

Awesome GitHub RepositoriesMemory Access Tracing

Logging of program counters during writes to specific memory locations for data-flow analysis.

Distinct from Memory Access Profilers: Focuses on logging the source of memory writes for data-flow analysis, not identifying performance bottlenecks.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Memory Access Tracing. Refine with filters or upvote what's useful.

Awesome Memory Access Tracing GitHub Repositories

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

    mamedev/mame

    9,929Vezi pe 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

    Provides detailed logging of program counters during writes to specific memory locations for data-flow analysis.

    C++
    Vezi pe GitHub↗9,929
  • geohot/qiraAvatar geohot

    geohot/qira

    4,070Vezi pe GitHub↗

    Qira este un instrument de analiză runtime și un debugger binar interactiv conceput pentru emulatorul QEMU. Funcționează ca un trasor de execuție binară care înregistrează o cronologie completă a invocărilor de instrucțiuni și oferă un sistem pentru monitorizarea operațiunilor de memorie în cadrul proceselor invitate. Proiectul permite analiza binarilor compilate prin urmărirea execuției la nivel de instrucțiune și maparea adreselor de memorie brute la adnotări definite de utilizator. Include capabilități de snapshot-are a stării pentru a gestiona ramificările de execuție, permițând navigarea pe căi logice divergente și inspectarea stărilor registrelor CPU și a argumentelor apelurilor de sistem în orice punct al cronologiei înregistrate. Sistemul acoperă o gamă largă de sarcini de analiză dinamică a programelor și inginerie inversă binară. Aceasta include monitorizarea modelelor de acces la memorie pentru a identifica instrucțiunile care modifică date specifice, analizarea comportamentului malware-ului în medii controlate și efectuarea de cercetări privind vulnerabilitățile software.

    Tracks and highlights reads and writes to specific data addresses to identify instructions modifying or accessing data.

    C
    Vezi pe GitHub↗4,070
  • korcankaraokcu/pinceAvatar korcankaraokcu

    korcankaraokcu/PINCE

    2,767Vezi pe GitHub↗

    PINCE is a dynamic debugger, instruction tracer, and memory scanner designed for the analysis and manipulation of running processes. It functions as a process memory manipulator and editor, allowing for the identification, modification, and monitoring of values within a target application's active memory. The tool distinguishes itself through memory pointer analysis, tracing addresses and offsets to locate static pointers that lead to dynamic data across different sessions. It also enables the execution of internal functions within a running process by manipulating the instruction pointer and

    Logs program counters during memory writes to identify which instructions access specific addresses.

    Pythonassemblercheat-enginedebugging-tool
    Vezi pe GitHub↗2,767
  • kingjulio8238/memaryAvatar kingjulio8238

    kingjulio8238/Memary

    2,568Vezi pe GitHub↗

    Memary is a memory-augmented agent framework that stores and retrieves contextual information from a knowledge graph to personalize responses and maintain long-term memory across interactions. It automatically captures all agent interactions and stores them as structured memories without requiring explicit instrumentation, then injects top-ranked user entities and themes into the active context window to tailor agent responses dynamically. The framework distinguishes itself through a multi-retriever memory search that combines COLBERT reranking with recursive graph queries across databases, e

    Accesses specific agent memories on the go through a conversational interface.

    Jupyter Notebookagentsknowledge-graphmemory
    Vezi pe GitHub↗2,568
  1. Home
  2. Software Engineering & Architecture
  3. Shared Memory Management
  4. Memory Access Tracing

Explorează sub-etichetele

  • Conversational Memory AccessorsAccesses specific agent memories on the go through a conversational interface. **Distinct from Memory Access Tracing:** Distinct from Memory Access Tracing: focuses on conversational access to agent memories, not low-level memory tracing.