awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

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 3 awesome GitHub repositories matching operating systems & systems programming · Native-to-Java Bridges. Refine with filters or upvote what's useful.

Awesome Native-to-Java Bridges GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • rovo89/xposedbridgeالصورة الرمزية لـ rovo89

    rovo89/XposedBridge

    4,067عرض على 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
    عرض على GitHub↗4,067
  • netlify/cliالصورة الرمزية لـ netlify

    netlify/cli

    1,893عرض على GitHub↗

    This developer command-line tool manages deployments, configures serverless functions, and provisions resources for a cloud hosting platform. It provides a terminal utility to automate project deployment, environment variable management, and database provisioning for web applications, while also serving as a local development server that simulates production routing and proxy rules. The tool handles deployment workflows by synchronizing web projects through file hashing, artifact caching, and real-time progress tracking. It coordinates serverless function lifecycles with hot reloading across

    Executes arbitrary service methods against the hosting platform directly from the command line.

    TypeScriptclinetlify
    عرض على GitHub↗1,893
  • jni-rs/jni-rsالصورة الرمزية لـ jni-rs

    jni-rs/jni-rs

    1,571عرض على GitHub↗

    jni-rs is a Rust library providing bindings and interoperability tools for executing Java code and managing virtual machine instances. It enables native applications to interact with Java objects, access fields, and call methods directly across the language boundary. The library supports embedding and controlling a Java Virtual Machine instance directly inside a native application to load and run Java libraries or managed code. It also allows developers to define and export native methods written in Rust that can be called directly from Java applications and mobile runtimes. Critical runtime

    Facilitates communication and data exchange between native applications and the Java Virtual Machine.

    Rustjavajnirust
    عرض على GitHub↗1,571
  1. Home
  2. Operating Systems & Systems Programming
  3. Native-to-Java Bridges

استكشف الوسوم الفرعية

  • Native Method Execution1 وسم فرعيProvides 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.