1 مستودع
Using QEMU's emulation capabilities to hook the execution loop and capture every instruction and memory access.
Distinct from Execution Tracing: Focuses on the tracing mechanism via QEMU emulation rather than VM management or generic process tracing.
Explore 1 awesome GitHub repository matching operating systems & systems programming · QEMU Execution Tracing. 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
Captures every instruction and memory access by hooking into a QEMU virtual machine's runtime execution loop.