2 مستودعات
Injecting new functional code and modifying metadata directly into Android executable DEX files.
Distinct from Dex: Focuses on injecting new logic into DEX files rather than just creating binary diffs for patches.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Bytecode Injection. Refine with filters or upvote what's useful.
Robust is an Android hotfix framework and runtime application updater designed for patching bugs in production environments. It functions as a bytecode patcher and dynamic code injection tool, allowing for the modification of application logic without requiring a full app update or device reboot. The project enables the remediation of Android defects by injecting new classes and methods into existing builds and modifying the implementations of existing methods. It utilizes a toolchain to generate binary patch files that update application behavior and introduce workarounds on the fly. The sy
Provides the capability to inject new classes and methods directly into Android executable DEX files at runtime.
Piko is a collection of specialized Android utilities designed for binary patching, user interface customization, media downloading, and application debugging. It functions as an APK modification framework that alters application metadata and binary resources to modify internal logic and bypass version locks. The project differentiates itself through deep application modification capabilities, including bytecode-level instruction patching, DEX file manipulation, and a dynamic hooking engine. It enables the overriding of resource files and the injection of permissions via the application manif
Alters Android executable bytecode to inject new functionality and modify app metadata before packaging.