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