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

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

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

1 रिपॉजिटरी

Awesome GitHub RepositoriesRuntime Method Mapping

Resolving runtime memory addresses to high-level language signatures using metadata.

Distinct from Metadata Mapping: Distinct from general metadata mapping: specifically handles the translation of native pointers back to C# method signatures in Il2Cpp.

Explore 1 awesome GitHub repository matching software engineering & architecture · Runtime Method Mapping. Refine with filters or upvote what's useful.

Awesome Runtime Method Mapping GitHub Repositories

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

    LavaGang/MelonLoader

    3,980GitHub पर देखें↗

    MelonLoader is a game engine plugin loader designed to inject custom code and load external plugins into Unity games. It functions as a modding framework that supports both Mono and Il2Cpp runtimes, allowing for the modification of games across different backend architectures. The project enables the patching and hooking of functions within Unity games, specifically providing a system for managing C# assemblies in Mono environments and a framework for patching the Interop C++ backend used by Il2Cpp. The system handles the interception of the application boot process to load third-party mods

    Maps C++ method pointers back to original C# signatures using embedded Il2Cpp metadata.

    C#dlldotnetframework
    GitHub पर देखें↗3,980
  1. Home
  2. Software Engineering & Architecture
  3. Metadata Mapping
  4. Runtime Method Mapping