2 repository-uri
Techniques for injecting loading logic into Android applications without requiring system-level root access.
Distinct from Rootless Application Installers: Candidates cover rootless installers or DLL injection, not the specific process of rootless Android binary hooking.
Explore 2 awesome GitHub repositories matching mobile development · Rootless Android Hooking. Refine with filters or upvote what's useful.
VirtualApp is an Android application virtualization engine and user-space sandbox that enables the execution of applications within an isolated environment. It allows for the running of multiple independent instances of the same application on a single device and supports private application installation without requiring system-level root access. The project features a comprehensive hooking framework for intercepting Java and native layer functions to modify application behavior. It includes tools for hardware simulation to spoof device models and system information, as well as a non-root pr
Modifies application behavior and intercepts system APIs at runtime without requiring root access.
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,
Inserts a plugin loader into the application binary to enable runtime modifications without requiring system-level root access.