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

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

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

1 مستودع

Awesome GitHub RepositoriesThread-Safe Function Interception

Executing hook logic across multiple engine threads without blocking the execution path.

Distinct from Dynamic Function Interception: Specifies non-blocking, multi-threaded execution of hooks rather than simple behavioral interception.

Explore 1 awesome GitHub repository matching software engineering & architecture · Thread-Safe Function Interception. Refine with filters or upvote what's useful.

Awesome Thread-Safe Function Interception GitHub Repositories

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

    praydog/REFramework

    4,423عرض على GitHub↗

    REFramework is a runtime modding framework for games built on the RE Engine, providing a C# plugin system with typed proxy code generation, a Lua scripting interface, an ImGui-based UI system, a runtime debugging toolkit, and a VR integration layer. At its core, it intercepts and modifies internal game engine functions and state at runtime through hooking and scripting APIs, enabling deep inspection and manipulation of live game objects. The framework distinguishes itself through typed proxy code generation that auto-creates C# interfaces from the game's type database, giving compile-time saf

    Hooks functions in a non-blocking manner so multiple threads can execute the same hook simultaneously.

    C++cmkrcppdmc5
    عرض على GitHub↗4,423
  1. Home
  2. Software Engineering & Architecture
  3. Dynamic Function Interception
  4. Thread-Safe Function Interception