awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesQEMU Execution Tracing

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.

  1. Home
  2. Operating Systems & Systems Programming
  3. QEMU Execution Tracing

Awesome QEMU Execution Tracing GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • binaryanalysisplatform/qiraالصورة الرمزية لـ BinaryAnalysisPlatform

    BinaryAnalysisPlatform/qira

    4,071عرض على GitHub↗

    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.

    C
    عرض على GitHub↗4,071