1 repository
The process of embedding external plugin modules and loading logic into an APK.
Distinct from Android Plugin Frameworks: Candidates focus on framework architectures or runtime security testing, not the static injection process during repackaging.
Explore 1 awesome GitHub repository matching mobile development · Android Plugin Injections. 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 module files and loading logic into an APK to enable custom behavior upon application launch.