1 repository
Capabilities to switch between different runtime hooking frameworks to ensure compatibility across Android OS versions.
Distinct from Framework-Specific Hooks: Candidates refer to UI hooks or build-system hooks, not runtime binary hooking engines for Android.
Explore 1 awesome GitHub repository matching mobile development · Hooking Engine Selection. 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,
The tool allows users to select or switch the underlying hooking engine to ensure compatibility with specific operating system versions.