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

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

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

9 रिपॉजिटरी

Awesome GitHub RepositoriesRuntime Patching Engines

Systems for injecting and verifying code fixes into running applications.

Distinct from Patch Generators: Distinct from patch generators: focuses on the runtime injection engine rather than diff generation.

Explore 9 awesome GitHub repositories matching software engineering & architecture · Runtime Patching Engines. Refine with filters or upvote what's useful.

Awesome Runtime Patching Engines GitHub Repositories

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

    Atmosphere-NX/Atmosphere

    19,195GitHub पर देखें↗

    Atmosphere is a custom firmware for the Nintendo Switch that provides core system components for loading custom kernels, managing modified operating systems, and redirecting hardware storage. It functions as a customized operating system designed to enable deep system modification and functional extensions. The project distinguishes itself through a system module injector and an application patching engine that allow for the loading of custom binary modules and patches to add features to the console. It also includes a virtual storage manager that redirects internal hardware writes to a virtu

    Provides a runtime engine to inject binary patches into active application code in memory.

    C++
    GitHub पर देखें↗19,195
  • tencent/tinkerTencent का अवतार

    Tencent/tinker

    17,644GitHub पर देखें↗

    Tinker is an Android hotfix framework designed to update application code, resources, and native libraries at runtime without requiring a full reinstallation or store update. It provides a comprehensive engine for injecting runtime fixes and managing the software lifecycle of deployed mobile applications. The framework distinguishes itself through a robust binary patching system that generates compact difference files between application versions, significantly reducing bandwidth usage during distribution. To ensure operational stability, it incorporates a crash-resilient safe mode that autom

    Provides a comprehensive engine for injecting runtime fixes and verifying patch integrity.

    Javaandroiddynamichotfix
    GitHub पर देखें↗17,644
  • pytest-dev/pytestpytest-dev का अवतार

    pytest-dev/pytest

    13,645GitHub पर देखें↗

    pytest पायथन के लिए एक टेस्टिंग फ्रेमवर्क है जो टेस्ट सुइट्स को खोजने और निष्पादित करने के लिए एक कमांड-लाइन रनर प्रदान करता है। यह एक मॉड्यूलर आर्किटेक्चर पर बनाया गया है जो कोड की शुद्धता को सत्यापित करने के लिए मानक भाषा असर्शन का उपयोग करता है, विशेष असर्शन विधियों की आवश्यकता के बिना विस्तृत विफलता रिपोर्ट प्रदान करने के लिए स्वचालित रूप से एक्सप्रेशन का निरीक्षण करता है। फ्रेमवर्क एक डिपेंडेंसी इंजेक्शन सिस्टम के माध्यम से खुद को अलग करता है जो परीक्षण फ़ंक्शंस में संसाधनों को स्वचालित रूप से हल और इंजेक्ट करके सेटअप और टियरडाउन तर्क का प्रबंधन करता है। इसमें एक हुक-आधारित प्लगइन आर्किटेक्चर भी है जो संग्रह, निष्पादन और रिपोर्टिंग सहित परीक्षण जीवनचक्र के गहरे अनुकूलन की अनुमति देता है। ये क्षमताएं डायनामिक पैरामीट्रिज़ेशन द्वारा समर्थित हैं, जो एक ही परिभाषा से कई परीक्षण उदाहरण उत्पन्न करती हैं, और पर्सिस्टेंट स्टेट कैशिंग जो सत्रों में विफल परीक्षणों को चुनिंदा रूप से फिर से चलाने में सक्षम बनाती है। अपने मुख्य निष्पादन मॉडल से परे, प्रोजेक्ट परीक्षण वातावरण के प्रबंधन के लिए टूल का एक व्यापक सूट प्रदान करता है, जिसमें आउटपुट कैप्चर, लॉग प्रबंधन और चेतावनी सत्यापन शामिल है। यह अस्थायी फ़ाइल प्रबंधन, ऑब्जेक्ट पैचिंग और अन्य फ्रेमवर्क से मौजूदा टेस्ट सुइट्स को मूल रूप से निष्पादित करने की क्षमता जैसी सुविधाओं के माध्यम से जटिल परीक्षण परिदृश्यों का समर्थन करता है। कॉन्फ़िगरेशन को केंद्रीकृत फ़ाइलों के माध्यम से नियंत्रित किया जाता है, जो परीक्षण खोज, फ़िल्टरिंग और निष्पादन व्यवहार पर सूक्ष्म नियंत्रण की अनुमति देता है। प्रोजेक्ट को एक मानक पायथन पैकेज के रूप में वितरित किया जाता है और इसमें इसके कॉन्फ़िगरेशन, प्लगइन सिस्टम और कमांड-लाइन इंटरफ़ेस पर व्यापक दस्तावेज़ीकरण शामिल है।

    Modifies attributes, dictionary items, or environment variables temporarily during a test and automatically restores them afterward.

    Pythonhacktoberfestpythontest
    GitHub पर देखें↗13,645
  • mrpond/blockthespotmrpond का अवतार

    mrpond/BlockTheSpot

    12,524GitHub पर देखें↗

    BlockTheSpot is a utility designed to modify the behavior of the Spotify desktop application. It functions as an audio stream modifier and media patch, altering the application's runtime execution to remove built-in limitations. The tool specifically targets the suppression of audio and video advertisements during media sessions. It also removes navigation restrictions, allowing users to bypass track skipping limits within the desktop player. These modifications are achieved through dynamic library injection and function hooking, which intercept and redirect execution flow within the applica

    Injects and verifies code patches into running applications to modify behavior at runtime.

    C++adsblockblockthespotspotify
    GitHub पर देखें↗12,524
  • jingmatrix/lsposedJingMatrix का अवतार

    JingMatrix/LSPosed

    11,494GitHub पर देखें↗

    LSPosed is an Android runtime hooking framework and system modification tool. It enables the modification of application and system behavior in memory without altering original installation files, serving as a platform for distributing and managing community-created extension modules. The project provides a comprehensive suite for device and identity spoofing, including the ability to mask hardware identifiers, simulate geographic locations, and conceal root access or hooking frameworks to bypass security and integrity checks. It also functions as an application modder to unlock premium featu

    Injects native code patches directly into process memory to alter low-level system behavior.

    Javaandroidarthooklsposed
    GitHub पर देखें↗11,494
  • tencent/xluaTencent का अवतार

    Tencent/xLua

    10,101GitHub पर देखें↗

    xLua is a scripting bridge and C++ wrapper used to embed the Lua language into host applications. It facilitates bidirectional data exchange and function calls between scripts and the host environment. The project includes a runtime patching tool for replacing application logic and fixing bugs without requiring a system restart. It features a coroutine orchestrator that wraps asynchronous operations into linear code and a script validator that verifies digital signatures to ensure code authenticity and integrity before execution. To minimize memory overhead and garbage collection, the system

    Enables fixing bugs without restarting the system by replacing existing method implementations with scripts during runtime.

    Ccsharpluaunity
    GitHub पर देखें↗10,101
  • stenzek/duckstationstenzek का अवतार

    stenzek/duckstation

    9,754GitHub पर देखें↗

    DuckStation is a high-performance PlayStation 1 emulator that simulates the original console's hardware logic and CPU and GPU on modern computer systems. It functions as a console hardware emulator, disc image loader, and game state manager to execute original games and preserve retro software. The project differentiates itself through a game graphics upscaler that improves visual clarity using texture filtering, geometry precision corrections, and custom shader chains. It also features advanced memory manipulation tools for layered patch injection and the application of community cheat codes

    Modifies game binaries in memory by overlaying external patch files before the code is executed.

    C++appimageemulatorenhancements
    GitHub पर देखें↗9,754
  • ripplepiam/mobaxterm-chinese-simplifiedRipplePiam का अवतार

    RipplePiam/MobaXterm-Chinese-Simplified

    6,647GitHub पर देखें↗

    This project provides a toolset for extracting, translating, and patching binary resources to localize the MobaXterm terminal and network client interface into Simplified Chinese. It functions as a Chinese language pack and runtime resource patcher, applying translated string tables and layout adjustments to UI controls during application startup without modifying the core binary. The localization covers the full interface, including menus, dialogs, prompts, tooltips, and the UI of remote network tools such as SSH, RDP, VNC, and FTP. To ensure Chinese text displays correctly without truncatio

    Applies translated string tables and layout adjustments to UI controls during application startup without modifying the core binary.

    chinese-simplifiedmobaxterm
    GitHub पर देखें↗6,647
  • rectify11/installerRectify11 का अवतार

    Rectify11/Installer

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

    Modifies Windows system files to apply visual enhancements and UI consistency tweaks with rollback support.

    JavaScript
    GitHub पर देखें↗3,434
  1. Home
  2. Software Engineering & Architecture
  3. Code Patching Engines
  4. Patch Generators
  5. Runtime Patching Engines

सब-टैग एक्सप्लोर करें

  • Test Patching UtilitiesUtilities for temporarily modifying attributes or environment variables during test execution. **Distinct from Runtime Patching Engines:** Distinct from runtime patching engines: focuses on test-time state modification and automatic restoration rather than production code patching.
  • UI Resource Patchers1 सब-टैगSystems that apply translation and layout patches to application UI components during startup or on-the-fly. **Distinct from Runtime Patching Engines:** Distinct from Runtime Patching Engines: focuses on patching UI resources (strings, layouts) rather than code or binary instructions.