1 Repo
Modifying the system's process-spawning binary to enable runtime code injection.
Distinct from Android App Modifications: Specifically targets the app_process binary for injection, not general app-level behavior or UI modification.
Explore 1 awesome GitHub repository matching mobile development · Binary Process Modifications. Refine with filters or upvote what's useful.
Xposed is a native Android runtime hooking framework and instrumentation tool. It provides a modified version of the Android app process binary to intercept and modify the behavior of system and application processes at the binary level. The framework enables Android operating system customization by altering internal function calls and runtime execution flow. It achieves this through native process instrumentation, allowing for the modification of functionality without altering original application files. The tool covers several low-level capabilities, including native library injection and
Utilizes a modified app_process binary to inject custom code into running processes.