awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesNative-to-Java Bridges

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.

Awesome Native-to-Java Bridges GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • rovo89/xposedbridgeAvatar de rovo89

    rovo89/XposedBridge

    4,067Voir sur GitHub↗

    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.

    JavaScriptandroidxposed
    Voir sur GitHub↗4,067
  1. Home
  2. Operating Systems & Systems Programming
  3. Native-to-Java Bridges

Explorer les sous-tags

  • Native Method ExecutionProvides a dedicated stack for non-Java code execution to interface with platform-specific libraries. **Distinct from Native-to-Java Bridges:** Distinct from Native-to-Java Bridges: focuses on the execution stack and runtime interface for native code, not just data exchange bridges.