1 مستودع
Interfaces that facilitate communication and data exchange between native memory and high-level Java object manipulation.
Distinct from Java Virtual Machine Bridges: Existing candidates are either language-specific (Java-Python) or limited to specific domains like graphics.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Native-to-Java Bridges. Refine with filters or upvote what's useful.
XposedBridge is an Android Java hooking framework and bytecode instrumentation engine. It functions as a runtime system for intercepting and modifying Java method calls within the Android operating system and installed applications. The project provides a mechanism for zygote process injection, ensuring that all spawned applications inherit the instrumentation logic. It enables the modification of internal Android system behaviors through method proxying and Java reflection to access private internal system members. The framework supports dynamic Android instrumentation and runtime analysis,
Facilitates communication between low-level system memory modifications and high-level Java object manipulation.