3 repository-uri
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.
XposedBridge este un framework de hooking Java pentru Android și un motor de instrumentare a bytecode-ului. Funcționează ca un sistem runtime pentru interceptarea și modificarea apelurilor de metode Java în cadrul sistemului de operare Android și al aplicațiilor instalate. Proiectul oferă un mecanism pentru injectarea în procesul zygote, asigurându-se că toate aplicațiile lansate moștenesc logica de instrumentare. Permite modificarea comportamentelor interne ale sistemului Android prin proxy-ul metodelor și reflexia Java pentru a accesa membri privați ai sistemului intern. Framework-ul suportă instrumentarea dinamică Android și analiza runtime, permițând observarea și manipularea fluxurilor de execuție a metodelor. Capabilitățile sale acoperă modding-ul aplicațiilor Android, inclusiv capacitatea de a altera logica internă fără a modifica fișierele APK originale.
Facilitates communication between low-level system memory modifications and high-level Java object manipulation.
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.
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.