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 is a binary analysis platform and execution tracer that records every instruction and data access during program execution for interactive playback and debugging. It functions as a runtime analysis environment that uses QEMU to trace execution and inspect memory and register states. The system provides a binary static analysis tool that maps program structure and annotates instructions based on captured runtime data. It includes a runtime memory analyzer to monitor reads and writes to specific addresses and an interactive debugger for navigating execution timelines. The platform covers
Provides a memory tracking tool to monitor reads and writes to specific addresses within a binary execution trace.