4 مستودعات
Optimized binary manipulation specifically for updating application resources without full archive decompression.
Distinct from Binary Patching Utilities: Distinct from Binary Patching Utilities: focuses on the optimization of resource-specific updates in bundled packages.
Explore 4 awesome GitHub repositories matching software engineering & architecture · Resource Patching. Refine with filters or upvote what's useful.
Spicetify-cli is a command-line utility framework designed to inject stylesheets, scripts, and extensions into a local desktop application installation. It specifically serves as a customization tool for the Spotify desktop client, allowing for modifications to the user interface and the addition of new functional capabilities. The tool operates as a cross-platform extension framework compatible with Windows, macOS, and Linux. It functions by injecting custom CSS to modify interface colors and visual appearance, while utilizing script injection to add new tools and features to the application
Modifies bundled application assets on disk to enable the loading of external custom scripts.
DockerDesktop-CN is a localization pack and binary resource patcher designed to convert the Docker Desktop user interface into Chinese. It provides a collection of translated resource files and binary patches to modify the display language for users on Windows and macOS. The project utilizes binary resource patching and segment injection to substitute hardcoded English strings within application binaries. It employs file system-based resource overlays and static asset replacement to overwrite default software resources with localized versions. To ensure a consistent experience across differe
Provides optimized binary manipulation to update application resources with translated strings without full archive decompression.
Atlas is a modularization system and dynamic component framework for Android. It functions as a class isolation layer and incremental update engine, allowing application logic and resources to be decoupled into independent bundles that are loaded at runtime. The project distinguishes itself by providing physical bundle isolation through custom class loaders to prevent dependency conflicts and bypass method count limits. It enables the deployment of remote components and incremental patches, using bytecode diffs and resource patching to update specific application parts without requiring a ful
Provides optimized binary manipulation to update application resources independently of the main binary.
This repository is a collection of technical knowledge and solutions focused on mobile application development, particularly for Android and iOS platforms. It covers a wide range of practical engineering challenges, including hotfix and patching techniques, database management and repair, network communication, logging, and video processing. The content is presented as shared knowledge, documenting real-world problems and their implementations. The project provides detailed guidance on applying hotfixes to running Android applications through multiple methods, such as class replacement, full
Merges modified resources into installed apps by directly manipulating the zip archive without full decompression.