9 مستودعات
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.
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.
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.
pytest هو إطار عمل للاختبار لـ Python يوفر مشغل سطر أوامر لاكتشاف وتنفيذ مجموعات الاختبار. تم بناؤه على بنية معيارية تستخدم تأكيدات اللغة القياسية للتحقق من صحة الكود، حيث يقوم بفحص التعبيرات تلقائياً لتقديم تقارير فشل مفصلة دون الحاجة إلى طرق تأكيد متخصصة. يتميز إطار العمل بنظام حقن التبعية (dependency injection) الذي يدير منطق الإعداد والإنهاء عن طريق حل الموارد وحقنها تلقائياً في دوال الاختبار. كما يتميز ببنية إضافات قائمة على الخطافات (hook-based) تسمح بتخصيص عميق لدورة حياة الاختبار، بما في ذلك الجمع والتنفيذ وإعداد التقارير. يتم دعم هذه القدرات من خلال التقييم الديناميكي (parametrization)، الذي يولد حالات اختبار متعددة من تعريف واحد، والتخزين المؤقت للحالة المستمرة الذي يتيح إعادة تشغيل الاختبارات الفاشلة بشكل انتقائي عبر الجلسات. بعيداً عن نموذج التنفيذ الأساسي الخاص به، يقدم المشروع مجموعة شاملة من الأدوات لإدارة بيئات الاختبار، بما في ذلك التقاط المخرجات، وإدارة السجلات، والتحقق من التحذيرات. وهو يدعم سيناريوهات الاختبار المعقدة من خلال ميزات مثل إدارة الملفات المؤقتة، وتصحيح الكائنات (patching)، والقدرة على تنفيذ مجموعات الاختبار الموجودة من أطر عمل أخرى بشكل أصلي. تتم معالجة التكوين من خلال ملفات مركزية، مما يسمح بالتحكم الدقيق في اكتشاف الاختبار وتصفيته وسلوك التنفيذ. يتم توزيع المشروع كحزمة Python قياسية ويتضمن وثائق واسعة النطاق حول تكوينه ونظام الإضافات وواجهة سطر الأوامر.
Modifies attributes, dictionary items, or environment variables temporarily during a test and automatically restores them afterward.
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.
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.
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.
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.
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.
Modifies Windows system files to apply visual enhancements and UI consistency tweaks with rollback support.