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

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

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

1 个仓库

Awesome GitHub RepositoriesRuntime Memory Analyzers

Tools for monitoring read and write accesses to specific memory addresses during program execution.

Distinct from Guest Memory Analyzers: Distinct from Guest Memory Analyzers: focuses on tracking specific data access events (reads/writes) across an execution trace rather than analyzing memory layouts or allocations in an emulated environment.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Runtime Memory Analyzers. Refine with filters or upvote what's useful.

Awesome Runtime Memory Analyzers GitHub Repositories

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

    BinaryAnalysisPlatform/qira

    4,071在 GitHub 上查看↗

    Qira 是一个二进制分析平台和执行跟踪器,记录程序执行期间的每一条指令和数据访问,以进行交互式回放和调试。它作为一个运行时分析环境,使用 QEMU 来跟踪执行并检查内存和寄存器状态。 该系统提供了一个二进制静态分析工具,用于映射程序结构并根据捕获的运行时数据注释指令。它包括一个用于监视对特定地址的读取和写入的运行时内存分析器,以及一个用于导航执行时间线的交互式调试器。 该平台涵盖了二进制跟踪可视化和逆向工程工作流,结合了内存状态快照和指令级事件日志记录。它进一步支持数据访问分析和维护用于记录二进制代码的地址映射注释数据库。

    Provides a memory tracking tool to monitor reads and writes to specific addresses within a binary execution trace.

    C
    在 GitHub 上查看↗4,071
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Memory Loading
  4. Runtime Memory Analyzers