awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesHook Synchronization Locks

Locks that protect shared data inside game method hooks when multiple threads may write concurrently.

Distinct from Concurrent Shared-Map Access: Distinct from Concurrent Shared-Map Access: focuses on synchronizing hook callbacks rather than shared-map data structures.

Explore 1 awesome GitHub repository matching security & cryptography · Hook Synchronization Locks. Refine with filters or upvote what's useful.

Awesome Hook Synchronization Locks GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • praydog/reframeworkpraydog का अवतार

    praydog/REFramework

    4,423GitHub पर देखें↗

    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

    Ships thread-safe hook synchronization using locks to protect shared state during concurrent method interception.

    C++cmkrcppdmc5
    GitHub पर देखें↗4,423
  1. Home
  2. Security & Cryptography
  3. Row-Level Security
  4. Concurrent Shared-Map Access
  5. Hook Synchronization Locks