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

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

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

1 مستودع

Awesome GitHub RepositoriesNative Library Wrapping

Intercepting calls to architecture-specific system libraries and redirecting them to native host versions to improve performance.

Distinct from Native Library Wrappers: Existing candidates focus on high-level language bindings or Android-specific hooking, whereas this is a system-level emulation technique for architecture translation.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Native Library Wrapping. Refine with filters or upvote what's useful.

Awesome Native Library Wrapping GitHub Repositories

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

    ptitSeb/box86

    3,783عرض على GitHub↗

    Box86 is a Linux userspace emulator and instruction translator designed to run x86 binaries on ARM-based devices. It functions as a hardware compatibility layer that simulates an x86 environment, allowing software built for different processor architectures to execute on ARM Linux. The project utilizes a dynamic recompiler to translate x86 opcodes into native ARM instructions at runtime, increasing execution speed over standard interpretation. To further improve performance and stability, it wraps native system libraries and Vulkan drivers, redirecting architecture-specific calls to native ho

    Intercepts calls to architecture-specific system libraries and redirects them to native host versions for better performance.

    Carmarm-platformsdynarec
    عرض على GitHub↗3,783
  1. Home
  2. Operating Systems & Systems Programming
  3. Native Library Wrapping