QIRA
QEMU Interactive Runtime Analyser
QIRA is an interactive runtime analysis environment designed as an alternative to tools such as strace and GDB. It records program execution and lets users navigate through the resulting trace rather than inspecting only the current process state. Its interface combines a visual timeline with instruction views, registers, data changes, a hex editor, and syscall information. Users can follow instruction addresses, data accesses, function activity, and execution forks. The project integrates...