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

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

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

4 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • 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

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

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

    geohot/qira

    4,070在 GitHub 上查看↗

    Qira 是一个为 QEMU 模拟器设计的运行时分析工具和交互式二进制调试器。它作为一个二进制执行跟踪器,记录指令调用的完整时间线,并提供一个用于监视客户进程内内存操作的系统。 该项目通过跟踪指令级执行并将原始内存地址映射到用户定义的注释,实现了对编译二进制文件的分析。它包括用于管理执行分支的状态快照功能,允许导航不同的逻辑路径,并在记录的时间线上的任何单点检查 CPU 寄存器状态和系统调用参数。 该系统涵盖了广泛的动态程序分析和二进制逆向工程任务。这包括监视内存访问模式以识别修改特定数据的指令、在受控环境中分析恶意软件行为以及进行软件漏洞研究。

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

    C
    在 GitHub 上查看↗4,070
  • korcankaraokcu/pincekorcankaraokcu 的头像

    korcankaraokcu/PINCE

    2,767在 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
    在 GitHub 上查看↗2,767
  • kingjulio8238/memarykingjulio8238 的头像

    kingjulio8238/Memary

    2,568在 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
    在 GitHub 上查看↗2,568
  1. Home
  2. Software Engineering & Architecture
  3. Shared Memory Management
  4. Memory Access Tracing

探索子标签

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