1 repository
Embedding external plugin modules directly into an Android application package.
Distinct from Module Bundling: The candidates focus on JS/TS bundling or Wasm, not Android APK asset embedding.
Explore 1 awesome GitHub repository matching mobile development · Android Module Bundling. Refine with filters or upvote what's useful.
Xpatch is a collection of specialized utilities designed for modifying and resigning Android application packages to enable rootless hooking and plugin injection. It functions as an APK repackager that allows for the injection of loading logic and the application of new digital signatures to ensure modified binaries can be installed on devices. The project features a rootless hooking tool that inserts plugin loaders into application binaries, enabling runtime modifications without requiring system-level root access. It includes a signature bypass tool to disable internal verification checks,
Embeds specific plugin files directly into the target package for automatic loading upon launch.