1 Repo
Utilities used to observe and alter runtime function calls within an operating system.
Distinct from Rootless Android Hooking: Focuses on the tool's identity for observing and changing calls, distinct from the specific rootless injection technique.
Explore 1 awesome GitHub repository matching mobile development · System Hooking Tools. Refine with filters or upvote what's useful.
LSPosed is an Android runtime hooking framework and in-memory code modifier. It functions as a system hooking tool that intercepts and modifies system and application methods in memory to change behavior without altering original installation files. The project provides a standardized interface through the Xposed Module API, allowing for the development of plugins that alter the behavior of the Android operating system and installed applications. The framework covers a range of capabilities including runtime function interception, Android system debugging, and application customization. Thes
Serves as a tool for observing and changing runtime function calls within Android without modifying installation files.